OFFSET
0,1
LINKS
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(260)), confrac);
MATHEMATICA
Block[{$MaxExtraPrecision=1000}, ContinuedFraction[Sqrt[260], 120]] (* or *) PadRight[{16}, 120, {32, 8}] (* Harvey P. Dale, Apr 06 2017 *)
CROSSREFS
KEYWORD
nonn,cofr,easy
AUTHOR
STATUS
approved