A291732 p-INVERT of (1,0,1,0,0,0,0,...), where p(S) = (1 - 2 S)^2.
4, 12, 36, 104, 288, 780, 2080, 5472, 14240, 36736, 94080, 239440, 606144, 1527360, 3833024, 9584768, 23890944, 59380160, 147207168, 364084224, 898569216, 2213388288, 5442392064, 13360097536, 32746992640, 80153705472, 195933828096, 478374127616
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (4, -4, 4, -8, 0, -4)
Programs
Formula
G.f.: -((4 (1 + x^2) (-1 + x + x^3))/(-1 + 2 x + 2 x^3)^2).
a(n) = 4*a(n-1) - 4*a(n-2) + 4*a(n-3) - 8*a(n-4) - 4*a(n-6) for n >= 7.
Comments