A290904 p-INVERT of the positive integers, where p(S) = 1 - 2*S^2.
0, 2, 8, 24, 72, 222, 688, 2128, 6576, 20322, 62808, 194120, 599960, 1854270, 5730912, 17712288, 54742624, 169190722, 522910632, 1616137848, 4994929128, 15437616926, 47712391952, 147462678768, 455756685840, 1408587979170, 4353463496440, 13455066133672
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (4, -4, 4, -1)
Programs
Formula
G.f.: (2 x)/(1 - 4 x + 4 x^2 - 4 x^3 + x^4).
a(n) = 4*a(n-1) - 4*a(n-2) + 4*a(n-3) - a(n-4).
a(n) = 2*A290905(n) for n >= 0.
Comments