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