A290891 p-INVERT of the positive integers, where p(S) = 1 - S^3.
0, 0, 1, 6, 21, 57, 138, 330, 827, 2175, 5826, 15519, 40836, 106584, 277696, 724968, 1897380, 4972113, 13029534, 34125561, 89336141, 233831262, 612074526, 1602358863, 4195173507, 10983645498, 28756340047, 75285234408, 197097337248, 516002648064
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (6, -15, 21, -15, 6, -1)
Programs
Formula
G.f.: x^2/(1 - 6 x + 15 x^2 - 21 x^3 + 15 x^4 - 6 x^5 + x^6).
a(n) = 6*a(n-1) - 15*a(n-2) + 21*a(n-3) - 15*a(n-4) + 6*a(n-5) - a(n-6).
Comments