A291029 p-INVERT of the positive integers, where p(S) = 1 - S - S^2 - S^3.
1, 4, 15, 55, 198, 706, 2510, 8923, 31737, 112918, 401799, 1429744, 5087461, 18102522, 64413263, 229198253, 815544198, 2901909494, 10325718678, 36741486569, 130735386073, 465189151460, 1655259161187, 5889825416864, 20957469541173, 74571909803996
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (7, -18, 25, -18, 7, -1)
Programs
Formula
G.f.: (1 - 3 x + 5 x^2 - 3 x^3 + x^4)/(1 - 7 x + 18 x^2 - 25 x^3 + 18 x^4 - 7 x^5 + x^6).
a(n) = 7*a(n-1) - 18*a(n-2) + 25*a(n-3) - 18*a(n-4) + 7*a(n-5) - a(n-6).
Comments