A040447 Continued fraction for sqrt(469).
21, 1, 1, 1, 10, 6, 10, 1, 1, 1, 42, 1, 1, 1, 10, 6, 10, 1, 1, 1, 42, 1, 1, 1, 10, 6, 10, 1, 1, 1, 42, 1, 1, 1, 10, 6, 10, 1, 1, 1, 42, 1, 1, 1, 10, 6, 10, 1, 1, 1, 42, 1, 1, 1, 10, 6, 10, 1, 1, 1, 42, 1, 1, 1, 10, 6, 10, 1, 1, 1, 42, 1, 1, 1, 10, 6, 10, 1, 1, 1, 42, 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, 1).
Programs
-
Maple
with(numtheory): Digits := 300: convert(evalf(sqrt(469)),confrac);
-
Mathematica
ContinuedFraction[Sqrt[469],90] (* or *) PadRight[{21},90,{42,1,1,1,10,6,10,1,1,1}] (* Harvey P. Dale, Mar 23 2013 *)