A291738 p-INVERT of (1,0,1,0,0,0,0,...), where p(S) = 1 - S - S^4.
1, 1, 2, 4, 6, 13, 23, 43, 76, 138, 244, 444, 795, 1444, 2600, 4705, 8474, 15307, 27583, 49797, 89800, 162088, 292388, 527663, 951922, 1717692, 3098937, 5591589, 10088361, 18202665, 32841990, 59256835, 106914493, 192904396, 348050363, 627980316, 1133045001
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (1, 0, 1, 1, 0, 4, 0, 6, 0, 4, 0, 1)
Programs
Formula
G.f.: -(((1 + x^2) (1 + x + x^2) (1 + x + x^3) (1 - 2 x + 2 x^2 - x^3 + x^4))/(-1 + x + x^3 + x^4 + 4 x^6 + 6 x^8 + 4 x^10 + x^12)).
a(n) = a(n-1) + a(n-3) + a(n-4) + 4* a(n-6) + 6*a(n-8) + 4*a(n-10) + a(n-12) for n >= 13.
Comments