A040201 Continued fraction for sqrt(216).
14, 1, 2, 3, 2, 1, 28, 1, 2, 3, 2, 1, 28, 1, 2, 3, 2, 1, 28, 1, 2, 3, 2, 1, 28, 1, 2, 3, 2, 1, 28, 1, 2, 3, 2, 1, 28, 1, 2, 3, 2, 1, 28, 1, 2, 3, 2, 1, 28, 1, 2, 3, 2, 1, 28, 1, 2, 3, 2, 1, 28, 1, 2, 3, 2, 1, 28, 1, 2, 3, 2, 1, 28, 1, 2, 3, 2, 1, 28, 1, 2, 3, 2, 1, 28, 1, 2
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(216)),confrac);
-
Mathematica
ContinuedFraction[Sqrt[216],100] (* or *) PadRight[{14},100,{28,1,2,3,2,1}] (* Harvey P. Dale, Aug 06 2025 *)