A040219 Continued fraction for sqrt(235).
15, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30
Offset: 0
Links
Programs
-
Maple
with(numtheory): Digits := 300: convert(evalf(sqrt(235)),confrac);
-
Mathematica
Block[{$MaxExtraPrecision=1000}, ContinuedFraction[Sqrt[235],120]] (* or *) PadRight[{15},120,{30,3}] (* Harvey P. Dale, Aug 25 2017 *)