A040945 Continued fraction for sqrt(977).
31, 3, 1, 8, 5, 1, 1, 3, 7, 1, 1, 7, 3, 1, 1, 5, 8, 1, 3, 62, 3, 1, 8, 5, 1, 1, 3, 7, 1, 1, 7, 3, 1, 1, 5, 8, 1, 3, 62, 3, 1, 8, 5, 1, 1, 3, 7, 1, 1, 7, 3, 1, 1, 5, 8, 1, 3, 62, 3, 1, 8, 5, 1, 1, 3, 7, 1, 1, 7, 3, 1, 1, 5, 8, 1, 3, 62, 3, 1, 8, 5, 1, 1, 3, 7, 1, 1, 7, 3, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1).
Programs
-
Maple
with(numtheory): Digits := 300: convert(evalf(sqrt(977)),confrac);
-
Mathematica
ContinuedFraction[Sqrt[977],100] (* Harvey P. Dale, Mar 30 2012 *)