login
A040307
Continued fraction for sqrt(326).
1
18, 18, 36, 18, 36, 18, 36, 18, 36, 18, 36, 18, 36, 18, 36, 18, 36, 18, 36, 18, 36, 18, 36, 18, 36, 18, 36, 18, 36, 18, 36, 18, 36, 18, 36, 18, 36, 18, 36, 18, 36, 18, 36, 18, 36, 18, 36, 18, 36, 18, 36, 18, 36, 18, 36, 18, 36, 18, 36, 18, 36, 18, 36
OFFSET
0,1
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(326)), confrac);
MATHEMATICA
Block[{$MaxExtraPrecision=1000}, ContinuedFraction[Sqrt[326], 100]] (* or *) PadRight[{18}, 100, {36, 18}] (* Harvey P. Dale, Dec 14 2021 *)
CROSSREFS
Sequence in context: A369860 A158910 A243097 * A022352 A211411 A298378
KEYWORD
nonn,cofr,easy
AUTHOR
STATUS
approved