login
A040703
Continued fraction for sqrt(731).
1
27, 27, 54, 27, 54, 27, 54, 27, 54, 27, 54, 27, 54, 27, 54, 27, 54, 27, 54, 27, 54, 27, 54, 27, 54, 27, 54, 27, 54, 27, 54, 27, 54, 27, 54, 27, 54, 27, 54, 27, 54, 27, 54, 27, 54, 27, 54, 27, 54, 27, 54, 27, 54, 27, 54, 27, 54, 27, 54, 27, 54, 27, 54
OFFSET
0,1
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(731)), confrac);
MATHEMATICA
Block[{$MaxExtraPrecision=1000}, ContinuedFraction[Sqrt[731], 100]] (* or *) PadRight[{27}, 100, {54, 27}] (* Harvey P. Dale, Aug 13 2023 *)
CROSSREFS
Sequence in context: A010866 A291516 A164862 * A022361 A238370 A056131
KEYWORD
nonn,cofr,easy
AUTHOR
STATUS
approved