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