A290908 p-INVERT of the positive integers, where p(S) = 1 - 4*S^2.
0, 4, 16, 56, 208, 780, 2912, 10864, 40544, 151316, 564720, 2107560, 7865520, 29354524, 109552576, 408855776, 1525870528, 5694626340, 21252634832, 79315912984, 296011017104, 1104728155436, 4122901604640, 15386878263120, 57424611447840, 214311567528244
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.: (4 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) = 4*A099486(n) for n >= 0.
Comments