OFFSET
0,1
LINKS
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
KEYWORD
nonn,cofr,easy
AUTHOR
STATUS
approved