A291021 p-INVERT of (1,1,1,1,1,...), where p(S) = 1 - S - S^2 - S^3 + S^4 + S^5.
1, 3, 9, 25, 67, 178, 472, 1249, 3297, 8685, 22843, 60014, 157540, 413289, 1083693, 2840521, 7443331, 19500394, 51079696, 133782385, 350354841, 917456901, 2402365387, 6290338310, 16470047644, 43122600825, 112903347237, 295598625697, 773914899475
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, -9, 2)
Programs
Formula
G.f.: (-1 + 3 x - 4 x^2 + 4 x^3 - x^4)/(-1 + 6 x - 13 x^2 + 14 x^3 - 9 x^4 + 2 x^5).
a(n) = 6*a(n-1) - 13*a(n-2) + 14*a(n-3) - 9*a(n-4) + 2*a(n-5) for n >= 5.
Comments