A291401 p-INVERT of (1,1,0,0,0,0,...), where p(S) = 1 - S - S^4.
1, 2, 3, 6, 14, 32, 67, 134, 266, 538, 1110, 2304, 4760, 9770, 19991, 40931, 83976, 172519, 354452, 727830, 1493768, 3065341, 6291208, 12914136, 26511196, 54423052, 111715200, 229312168, 470697488, 966192481, 1983312305, 4071174986, 8356928055, 17154242334
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (1, 1, 0, 1, 4, 6, 4, 1)
Programs
Formula
G.f.: -(((1 + x) (1 + x + x^2) (1 - x + 2 x^3 + x^4))/(-1 + x + x^2 + x^4 + 4 x^5 + 6 x^6 + 4 x^7 + x^8)).
a(n) = a(n-1) + a(n-2) + a(n-4) + 4*a(n-5) + 6*a(n-6) + 4*a(n-7) + a(n-8) for n >= 9.
Comments