A290930 p-INVERT of the positive integers, where p(S) = (1 - S^2)(1 - 2*S^2).
0, 3, 12, 37, 116, 372, 1188, 3763, 11860, 37261, 116760, 365056, 1139224, 3549635, 11045804, 34335421, 106633804, 330916268, 1026277180, 3181108619, 9855901108, 30524529485, 94506627952, 292521594048, 905220237168, 2800700318291, 8663793207244
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (8, -25, 44, -54, 44, -25, 8, -1)
Programs
Formula
G.f.: (3 x - 12 x^2 + 16 x^3 - 12 x^4 + 3 x^5)/(1 - 8 x + 25 x^2 - 44 x^3 + 54 x^4 - 44 x^5 + 25 x^6 - 8 x^7 + x^8).
a(n) = 8*a(n-1) - 25*a(n-2) + 44*a(n-3) - 54*a(n-4) + 44*a(n-5) - 25*a(n-6) + 8*a(n-7) - a(n-8).
Comments