A289806 p-INVERT of (1,1,2,2,3,3,...) (A008619), where p(S) = 1 - S - S^2.
1, 3, 9, 26, 74, 211, 600, 1708, 4860, 13832, 39364, 112029, 318827, 907366, 2582312, 7349121, 20915193, 59523497, 169400608, 482104856, 1372044007, 3904762096, 11112739032, 31626246588, 90006565434, 256153755080, 728999555983, 2074692805003, 5904462080604
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (3, 1, -5, 2, 2, -1)
Programs
Formula
G.f.: (1 - x^2 + x^3)/(1 - 3 x - x^2 + 5 x^3 - 2 x^4 - 2 x^5 + x^6).
a(n) = 3*a(n-1) + a(n-2) - 5*a(n-3) + 2*a(n-4) + 2*a(n-5) - a(n-6).
Comments