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