A040206 Continued fraction for sqrt(221).
14, 1, 6, 2, 6, 1, 28, 1, 6, 2, 6, 1, 28, 1, 6, 2, 6, 1, 28, 1, 6, 2, 6, 1, 28, 1, 6, 2, 6, 1, 28, 1, 6, 2, 6, 1, 28, 1, 6, 2, 6, 1, 28, 1, 6, 2, 6, 1, 28, 1, 6, 2, 6, 1, 28, 1, 6, 2, 6, 1, 28, 1, 6, 2, 6, 1, 28, 1, 6, 2, 6, 1, 28, 1, 6, 2, 6, 1, 28, 1, 6, 2, 6, 1, 28, 1, 6
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(221)),confrac);
-
Mathematica
ContinuedFraction[Sqrt[221],100] (* or *) PadRight[{14},100,{28,1,6,2,6,1}] (* Harvey P. Dale, Feb 04 2025 *)