A290915 p-INVERT of the positive integers, where p(S) = 1 - 8*S^2.
0, 8, 32, 144, 672, 3096, 14272, 65824, 303552, 1399848, 6455520, 29770160, 137287520, 633112632, 2919650688, 13464207936, 62091296128, 286339090504, 1320476135328, 6089483698896, 28082152132128, 129503141377112, 597214328432960, 2754102721315680
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (4, 2, 4, -1)
Programs
Formula
G.f.: (8 x)/(1 - 4 x - 2 x^2 - 4 x^3 + x^4).
a(n) = 4*a(n-1) + 2*a(n-2) + 4*a(n-3) - a(n-4).
a(n) = 8*A290916(n) for n >= 0.
Comments