A291237 p-INVERT of (0,1,0,1,0,1,...), where p(S) = (1 - S)(1 - 2 S)(1 - 4 S).
7, 35, 162, 721, 3139, 13504, 57707, 245671, 1043634, 4428053, 18774815, 79573152, 337178159, 1428553243, 6052037010, 25638260873, 108608846171, 460082737472, 1948961747155, 8255982722783, 34973020586946, 148148373971341, 627567262233463, 2658419223345984
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (7, -11, -6, 11, 7, 1).
Programs
Formula
G.f.: (-7 + 14 x + 6 x^2 - 14 x^3 - 7 x^4)/(-1 + 7 x - 11 x^2 - 6 x^3 + 11 x^4 + 7 x^5 + x^6).
a(n) = 7*a(n-1) - 11*a(n-2) - 6*a(n-3) + 11*a(n-4) + 7*a(n-5) + a(n-6) for n >= 7.
Comments