A291400 p-INVERT of (1,1,0,0,0,0,...), where p(S) = 1 - S^2 - S^4.
0, 1, 2, 3, 8, 15, 26, 52, 100, 193, 378, 726, 1396, 2699, 5210, 10065, 19444, 37528, 72448, 139890, 270104, 521547, 1007026, 1944336, 3754132, 7248558, 13995676, 27023186, 52176848, 100743849, 194517966, 375578833, 725174524, 1400180233, 2703493026
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (0, 1, 2, 2, 4, 6, 4, 1)
Programs
Formula
G.f.: -((x (1 + x)^2 (1 + x^2 + 2 x^3 + x^4))/(-1 + x^2 + 2 x^3 + 2 x^4 + 4 x^5 + 6 x^6 + 4 x^7 + x^8)).
a(n) = a(n-2) + 2*a(n-3) + 2*a(n-4) + 4*a(n-5) + 6*a(n-6) + 4*a(n-7) + a(n-8) for n >= 9.
Comments