A289779 p-INVERT of the squares, where p(S) = 1 - S - S^2.
1, 6, 28, 125, 546, 2371, 10304, 44838, 195209, 849896, 3700025, 16107530, 70121400, 305262325, 1328913506, 5785228011, 25185131956, 109639724218, 477300202625, 2077855302992, 9045633454817, 39378817534750, 171429815189636, 746294159430429, 3248880433597858
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (7, -16, 22, -12, 5, -1)
Programs
Formula
G.f.: (1 - x + 2 x^2 + 3 x^3 - x^4)/(1 - 7 x + 16 x^2 - 22 x^3 + 12 x^4 - 5 x^5 + x^6).
a(n) = 7*a(n-1) - 16*a(n-2) + 22*a(n-3) - 12*a(n-4) + 5*a(n-5) - a(n-6).
Comments