A291416 p-INVERT of (1,1,0,0,0,0,...), where p(S) = 1 - 4 S + S^2.
4, 19, 86, 392, 1784, 8121, 36966, 168267, 765940, 3486508, 15870352, 72240785, 328835240, 1496836103, 6813498210, 31014589884, 141176346720, 642625324009, 2925187658218, 13315259321575, 60610173266216, 275893470389144, 1255848695053856, 5716539585528849
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (4, 3, -2, -1)
Programs
Formula
G.f.: -(((1 + x) (-4 + x + x^2))/(1 - 4 x - 3 x^2 + 2 x^3 + x^4)).
a(n) = 4*a(n-1) + 3*a(n-2) - 2*a(n-3) - a(n-4) for n >= 5.
Comments