A289795 p-INVERT of (3n), where p(S) = 1 - S - S^2.
3, 24, 162, 1083, 7260, 48681, 326406, 2188536, 14674041, 98388840, 659693103, 4423214952, 29657473194, 198852130383, 1333295304660, 8939689838877, 59940250397646, 401896898269128, 2694702070258437, 18067865859946320, 121144292846335179, 812267469938047224
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (7, -3, 7, -1)
Programs
Formula
G.f.: 3 (1 + x + x^2)/(1 - 7 x + 3 x^2 - 7 x^3 + x^4).
a(n) = 7*a(n-1) - 3*a(n-2) + 7*a(n-3) - a(n-4).
Comments