A040879 Continued fraction for sqrt(910).
30, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60, 6, 60
Offset: 0
Links
Programs
-
Maple
with(numtheory): Digits := 300: convert(evalf(sqrt(910)),confrac);
-
Mathematica
Block[{$MaxExtraPrecision=1000}, ContinuedFraction[Sqrt[910],100]] (* or *) PadRight[{30},100,{60,6}] (* Harvey P. Dale, Mar 05 2019 *)