A289920 p-INVERT of (1,0,0,1,0,0,1,0,0,...), where p(S) = 1 - S - S^2.
1, 2, 3, 6, 12, 22, 42, 80, 151, 287, 544, 1031, 1956, 3708, 7031, 13333, 25280, 47936, 90895, 172350, 326806, 619677, 1175008, 2228011, 4224672, 8010672, 15189552, 28801880, 54613096, 103555397, 196358029, 372327066, 705993241, 1338679088, 2538355336
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (1, 1, 2, -1, 0, -1)
Programs
Formula
G.f.: -((-1 - x + x^3)/(1 - x - x^2 - 2 x^3 + x^4 + x^6)).
a(n) = a(n-1) + a(n-2) + 2*a(n-3) - a(n-4) - a(n-6) for n >= 7.
Comments