OFFSET
0,1
LINKS
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(443)), confrac);
MATHEMATICA
Block[{$MaxExtraPrecision=1000}, ContinuedFraction[Sqrt[443], 120]] (* or *) PadRight[{21}, 120, {42, 21}] (* Harvey P. Dale, Feb 16 2016 *)
CROSSREFS
KEYWORD
nonn,cofr,easy,less
AUTHOR
STATUS
approved