OFFSET
0,1
LINKS
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(228)), confrac);
MATHEMATICA
Block[{$MaxExtraPrecision=1000}, ContinuedFraction[Sqrt[228], 100]] (* or *) PadRight[{15}, 100, {30, 10}] (* Harvey P. Dale, Jul 14 2014 *)
CROSSREFS
KEYWORD
nonn,cofr,easy
AUTHOR
STATUS
approved