A291227 p-INVERT of (0,1,0,1,0,1,...), where p(S) = 1 - S - 2*S^2.
1, 3, 6, 17, 37, 96, 221, 551, 1302, 3189, 7625, 18528, 44537, 107835, 259830, 628105, 1515053, 3659808, 8832085, 21328159, 51481638, 124302381, 300068689, 724468416, 1748959153, 4222461747, 10193761254, 24610180673, 59413804789, 143438304480, 346289581709
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (1,4,-1,-1).
Programs
Formula
G.f.: (1 + 2 x - x^2)/(1 - x - 4 x^2 + x^3 + x^4).
a(n) = a(n-1) + 4*a(n-2) - a(n-3) - a(n-4) for n >= 5.
Comments