OFFSET
0,1
LINKS
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(363)), confrac);
MATHEMATICA
Block[{$MaxExtraPrecision=1000}, ContinuedFraction[Sqrt[363], 80]] (* or *) PadRight[{19}, 80, {38, 19}] (* Harvey P. Dale, Dec 30 2023 *)
CROSSREFS
KEYWORD
nonn,cofr,easy
AUTHOR
STATUS
approved