OFFSET
0,1
LINKS
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(495)), confrac);
MATHEMATICA
Block[{$MaxExtraPrecision=1000}, ContinuedFraction[Sqrt[495], 120]] (* or *) PadRight[{22}, 120, {44, 4}] (* Harvey P. Dale, Jan 13 2019 *)
CROSSREFS
KEYWORD
nonn,cofr,easy,less
AUTHOR
STATUS
approved