A292401 p-INVERT of (1,0,2,0,2,0,2,0,2,0,...), where p(S) = (1 - S)^2.
2, 3, 8, 17, 34, 71, 144, 289, 578, 1147, 2264, 4449, 8706, 16975, 32992, 63937, 123586, 238323, 458600, 880753, 1688482, 3231639, 6175728, 11785313, 22460802, 42754283, 81290424, 154396097, 292953858, 555334047, 1051781312, 1990373249, 3763583618
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (2, 1, 0, -3, -2, -1)
Programs
Formula
G.f.: -(((1 + x^2) (-2 + x + 2 x^2 + x^3))/(-1 + x + x^2 + x^3)^2).
a(n) = 2*a(n-1) + a(n-2) - 3*a(n-4) - 2*a(n-5) - s(n-6) for n >= 7.
Comments