A040234 Continued fraction for sqrt(250).
15, 1, 4, 3, 3, 4, 1, 30, 1, 4, 3, 3, 4, 1, 30, 1, 4, 3, 3, 4, 1, 30, 1, 4, 3, 3, 4, 1, 30, 1, 4, 3, 3, 4, 1, 30, 1, 4, 3, 3, 4, 1, 30, 1, 4, 3, 3, 4, 1, 30, 1, 4, 3, 3, 4, 1, 30, 1, 4, 3, 3, 4, 1, 30, 1, 4, 3, 3, 4, 1, 30, 1, 4, 3, 3, 4, 1, 30, 1, 4, 3, 3, 4, 1, 30, 1, 4
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, 1).
Programs
-
Maple
with(numtheory): Digits := 300: convert(evalf(sqrt(250)),confrac);
-
Mathematica
ContinuedFraction[Sqrt[250], 100] (* Wesley Ivan Hurt, Jun 22 2022 *)
Formula
a(n) = a(n-7). - Wesley Ivan Hurt, Jun 22 2022