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