A040577 Continued fraction for sqrt(602).
24, 1, 1, 6, 1, 1, 48, 1, 1, 6, 1, 1, 48, 1, 1, 6, 1, 1, 48, 1, 1, 6, 1, 1, 48, 1, 1, 6, 1, 1, 48, 1, 1, 6, 1, 1, 48, 1, 1, 6, 1, 1, 48, 1, 1, 6, 1, 1, 48, 1, 1, 6, 1, 1, 48, 1, 1, 6, 1, 1, 48, 1, 1, 6, 1, 1, 48, 1, 1, 6, 1, 1, 48, 1, 1, 6, 1, 1, 48, 1, 1, 6, 1, 1, 48, 1, 1
Offset: 0
Links
- Index entries for continued fractions for constants
- Index entries for linear recurrences with constant coefficients, signature (0, 0, 0, 0, 0, 1).
Programs
-
Maple
with(numtheory): Digits := 300: convert(evalf(sqrt(602)),confrac);
-
Mathematica
ContinuedFraction[Sqrt[602],100] (* or *) PadRight[{24},100,{48,1,1,6,1,1}] (* Harvey P. Dale, Mar 26 2015 *)