OFFSET
0,1
LINKS
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(791)), confrac);
MATHEMATICA
Block[{$MaxExtraPrecision=1000}, ContinuedFraction[Sqrt[791], 120]] (* or *) PadRight[{28}, 120, {56, 8}] (* Harvey P. Dale, Sep 15 2015 *)
CROSSREFS
KEYWORD
nonn,cofr,easy
AUTHOR
STATUS
approved