A289919 p-INVERT of (1,0,0,1,0,0,1,0,0,...), where p(S) = (1 - S)^2.
2, 3, 4, 7, 12, 19, 30, 48, 76, 119, 186, 290, 450, 696, 1074, 1653, 2538, 3889, 5948, 9081, 13842, 21068, 32022, 48609, 73700, 111618, 168868, 255232, 385410, 581479, 876576, 1320411, 1987516, 2989583, 4493910, 6750968, 10135584, 15208443, 22807902
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, 2, -2, 0, -1)
Programs
Formula
G.f.: -((-2 + x + 2 x^3)/(-1 + x + x^3)^2).
a(n) = 2*a(n-1) - a(n-2) + 2*a(n-3) - 2*a(n-4) - a(n-6) for n >= 7.
Comments