A291379 p-INVERT of (1,1,0,0,0,0,...), where p(S) = 1 - S^4.
0, 0, 0, 1, 4, 6, 4, 2, 8, 28, 56, 71, 68, 94, 228, 497, 808, 1044, 1352, 2316, 4608, 8264, 12592, 17717, 26968, 47044, 83912, 138417, 211052, 319850, 517356, 881918, 1483336, 2377252, 3700648, 5853067, 9605596, 15991378, 26154700, 41734433, 66214096
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (0, 0, 0, 1, 4, 6, 4, 1)
Programs
Formula
G.f.: -((x^3 (1 + x)^4)/((-1 + x + x^2) (1 + x + x^2) (1 + x^2 + 2 x^3 + x^4))).
a(n) = a(n-4) + 4*a(n-5) + 6*a(n-6) + 4*a(n-7) + a(n-8) for n >= 9.
Comments