login
A040840
Continued fraction for sqrt(870).
1
29, 2, 58, 2, 58, 2, 58, 2, 58, 2, 58, 2, 58, 2, 58, 2, 58, 2, 58, 2, 58, 2, 58, 2, 58, 2, 58, 2, 58, 2, 58, 2, 58, 2, 58, 2, 58, 2, 58, 2, 58, 2, 58, 2, 58, 2, 58, 2, 58, 2, 58, 2, 58, 2, 58, 2, 58, 2, 58, 2, 58, 2, 58, 2, 58, 2, 58, 2, 58, 2, 58, 2, 58, 2, 58
OFFSET
0,1
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(870)), confrac);
MATHEMATICA
Block[{$MaxExtraPrecision=1000}, ContinuedFraction[Sqrt[870], 100]] (* or *) PadRight[{29}, 120, {58, 2}] (* Harvey P. Dale, Oct 06 2016 *)
CROSSREFS
Sequence in context: A040838 A040839 A107810 * A051314 A040827 A040826
KEYWORD
nonn,cofr,easy
AUTHOR
STATUS
approved