OFFSET
0,1
LINKS
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(552)), confrac);
MATHEMATICA
Block[{$MaxExtraPrecision=1000}, ContinuedFraction[Sqrt[552], 100]] (* or *) PadRight[{23}, 100, {46, 2}] (* Harvey P. Dale, May 28 2015 *)
CROSSREFS
KEYWORD
nonn,cofr,easy,less
AUTHOR
STATUS
approved