OFFSET
0,1
LINKS
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(420)), confrac);
MATHEMATICA
Block[{$MaxExtraPrecision=1000}, ContinuedFraction[Sqrt[420], 100]] (* or *) PadRight[{20}, 100, {40, 2}] (* Harvey P. Dale, Jun 25 2023 *)
CROSSREFS
KEYWORD
nonn,cofr,easy
AUTHOR
STATUS
approved