A291020 p-INVERT of (1,1,1,1,1,...), where p(S) = 1 - S - S^2 - S^3 - S^4 + S^5.
1, 3, 9, 27, 79, 228, 656, 1889, 5445, 15701, 45275, 130544, 376388, 1085199, 3128841, 9021083, 26009635, 74991112, 216214692, 623391005, 1797363157, 5182163781, 14941232871, 43078615236, 124204414928, 358106605227, 1032494220505, 2976890957419
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (6, -13, 14, -7)
Programs
Formula
G.f.: -((-1 + 3 x - 4 x^2 + 2 x^3 + x^4)/(1 - 6 x + 13 x^2 - 14 x^3 + 7 x^4) ).
a(n) = 6*a(n-1) - 13*a(n-2) + 14*a(n-3) - 7*a(n-4) for n >= 6.
Comments