A291736 p-INVERT of (1,0,1,0,0,0,0,...), where p(S) = 1 - S^2 - S^3.
0, 1, 1, 3, 5, 7, 16, 22, 47, 73, 137, 235, 410, 734, 1258, 2255, 3895, 6904, 12056, 21184, 37210, 65172, 114612, 200765, 352779, 618598, 1085950, 1905601, 3343713, 5868895, 10297254, 18073207, 31712887, 55655620, 97666401, 171392667, 300776956, 527817651
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (0, 1, 1, 2, 3, 1, 3, 0, 1)
Programs
Formula
G.f.: -((x (1 + x^2)^2 (1 + x + x^3))/((-1 + 2 x - x^2 + x^3) (1 + 2 x + 2 x^2 + 2 x^3 + 2 x^4 + x^5 + x^6))).
a(n) = a(n-2) + a(n-3) + 2*a(n-4) + 3*a(n-5) + a(n-6) + 3*a(n-7) + a(n-9) for n >= 10.
Comments