A291403 p-INVERT of (1,1,0,0,0,0,...), where p(S) = 1 - 2 S^2 - S^4.
0, 2, 4, 7, 20, 42, 92, 214, 472, 1062, 2396, 5361, 12052, 27074, 60764, 136497, 306520, 688292, 1545768, 3471224, 7795184, 17505588, 39311608, 88280985, 198250312, 445204610, 999783508, 2245185343, 5041947516, 11322557726, 25426742788, 57100105470
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, 3, 4, 6, 4, 1)
Programs
Formula
G.f.: -((x (1 + x)^2 (2 + x^2 + 2 x^3 + x^4))/(-1 + 2 x^2 + 4 x^3 + 3 x^4 + 4 x^5 + 6 x^6 + 4 x^7 + x^8)).
a(n) = 2*a(n-2) + 4*a(n-3) + 3*a(n-4) + 4*a(n-5) + 6*a(n-6) + 4*a(n-7) + a(n-8) for n >= 9.
Comments