login
A040212
Continued fraction for sqrt(228).
1
15, 10, 30, 10, 30, 10, 30, 10, 30, 10, 30, 10, 30, 10, 30, 10, 30, 10, 30, 10, 30, 10, 30, 10, 30, 10, 30, 10, 30, 10, 30, 10, 30, 10, 30, 10, 30, 10, 30, 10, 30, 10, 30, 10, 30, 10, 30, 10, 30, 10, 30, 10, 30, 10, 30, 10, 30, 10, 30, 10, 30, 10, 30
OFFSET
0,1
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
Sequence in context: A166523 A123542 A215236 * A299316 A321419 A013379
KEYWORD
nonn,cofr,easy
AUTHOR
STATUS
approved