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