A295337 Denominators of the convergents to sqrt(14)/2 = A294969.
1, 1, 7, 8, 23, 31, 209, 240, 689, 929, 6263, 7192, 20647, 27839, 187681, 215520, 618721, 834241, 5624167, 6458408, 18540983, 24999391, 168537329, 193536720, 555610769, 749147489, 5050495703, 5799643192, 16649782087
Offset: 0
Links
- Index entries for linear recurrences with constant coefficients, signature (0,0,0,30,0,0,0,-1).
Programs
-
Mathematica
Denominator[Convergents[Sqrt[14]/2, 50]] (* Vaclav Kotesovec, Nov 29 2017 *)
Formula
G.f.: (1 + x - x^2)*(1 + 8*x^2 + x^4)/(1- 30*x^4 + x^8).
a(n) = 30*a(n-4) - a(n-8), n >= 8, with inputs a(0)..a(7).
Comments