A040874 Continued fraction for sqrt(905).
30, 12, 60, 12, 60, 12, 60, 12, 60, 12, 60, 12, 60, 12, 60, 12, 60, 12, 60, 12, 60, 12, 60, 12, 60, 12, 60, 12, 60, 12, 60, 12, 60, 12, 60, 12, 60, 12, 60, 12, 60, 12, 60, 12, 60, 12, 60, 12, 60, 12, 60, 12, 60, 12, 60, 12, 60, 12, 60, 12, 60, 12, 60
Offset: 0
Links
Programs
-
Maple
with(numtheory): Digits := 300: convert(evalf(sqrt(905)),confrac);
-
Mathematica
Block[{$MaxExtraPrecision=1000}, ContinuedFraction[Sqrt[905],100]] (* or *) PadRight[{30},100,{60,12}] (* Harvey P. Dale, Aug 24 2025 *)