A040268 Continued fraction for sqrt(285).
16, 1, 7, 2, 7, 1, 32, 1, 7, 2, 7, 1, 32, 1, 7, 2, 7, 1, 32, 1, 7, 2, 7, 1, 32, 1, 7, 2, 7, 1, 32, 1, 7, 2, 7, 1, 32, 1, 7, 2, 7, 1, 32, 1, 7, 2, 7, 1, 32, 1, 7, 2, 7, 1, 32, 1, 7, 2, 7, 1, 32, 1, 7, 2, 7, 1, 32, 1, 7, 2, 7, 1, 32, 1, 7, 2, 7, 1, 32, 1, 7, 2, 7, 1, 32, 1, 7
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(285)),confrac);
-
Mathematica
ContinuedFraction[Sqrt[285],100] (* or *) PadRight[{16},100,{32,1,7,2,7,1}] (* Harvey P. Dale, Apr 03 2019 *)