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