A291031 p-INVERT of the positive integers, where p(S) = 1 - 3*S + 2*S^3.
3, 15, 70, 321, 1461, 6624, 29967, 135399, 611318, 2758881, 12447753, 56154744, 253306119, 1142572767, 5153589754, 23244956169, 104843981505, 472885383744, 2132882300571, 9620044596687, 43389716584682, 195702453488433, 882684641446989, 3981207177094608
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (9, -27, 36, -27, 9, -1)
Programs
Formula
G.f.: (3 - 12 x + 16 x^2 - 12 x^3 + 3 x^4)/(1 - 9 x + 27 x^2 - 36 x^3 + 27 x^4 - 9 x^5 + x^6).
a(n) = 9*a(n-1) - 27*a(n-2) + 36*a(n-3) - 27*a(n-4) + 90*a(n-5) - a(n-6).
Comments