A291405 p-INVERT of (1,1,0,0,0,0,...), where p(S) = 1 - 2 S^2 - 2 S^4.
0, 2, 4, 8, 24, 52, 120, 290, 672, 1592, 3760, 8824, 20800, 48976, 115296, 271588, 639488, 1505816, 3546032, 8350064, 19662944, 46302800, 109033952, 256754760, 604609280, 1423740736, 3352643712, 7894846528, 18590881280, 43778039424, 103089066752
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (0, 2, 4, 4, 8, 12, 8, 2)
Programs
Formula
G.f.: -((2 x (1 + x)^2 (1 + x^2 + 2 x^3 + x^4))/(-1 + 2 x^2 + 4 x^3 + 4 x^4 + 8 x^5 + 12 x^6 + 8 x^7 + 2 x^8)).
a(n) = 2*a(n-2) + 4*a(n-3) + 4*a(n-4) + 5*a(n-5) + 12*a(n-6) + 8*a(n-7) + 2*a(n-8) for n >= 9.
Comments