A040275 Continued fraction for sqrt(293).
17, 8, 1, 1, 8, 34, 8, 1, 1, 8, 34, 8, 1, 1, 8, 34, 8, 1, 1, 8, 34, 8, 1, 1, 8, 34, 8, 1, 1, 8, 34, 8, 1, 1, 8, 34, 8, 1, 1, 8, 34, 8, 1, 1, 8, 34, 8, 1, 1, 8, 34, 8, 1, 1, 8, 34, 8, 1, 1, 8, 34, 8, 1, 1, 8, 34, 8, 1, 1, 8, 34, 8, 1, 1, 8, 34, 8, 1, 1, 8, 34, 8, 1, 1, 8
Offset: 0
Links
- Index entries for continued fractions for constants
- Index entries for linear recurrences with constant coefficients, signature (0, 0, 0, 0, 1).
Programs
-
Maple
with(numtheory): Digits := 300: convert(evalf(sqrt(293)),confrac);
-
Mathematica
ContinuedFraction[Sqrt[293],120] (* or *) PadRight[{17},120,{34,8,1,1,8}] (* Harvey P. Dale, Apr 09 2017 *)