A291038 p-INVERT of (1,0,0,1,0,0,1,0,0,...), where p(S) = (1 - 2 S)^2.
4, 12, 32, 84, 216, 544, 1348, 3300, 8000, 19236, 45936, 109056, 257604, 605820, 1419232, 3313396, 7711944, 17900320, 41445764, 95746260, 220735616, 507934276, 1166792160, 2676017408, 6128381316, 14015556588, 32012831648, 73033858964, 166434905016
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, 2, -4, 0, -1)
Programs
Formula
G.f.: -((4 (-1 + x + x^3))/(-1 + 2 x + x^3)^2).
a(n) = 4*a(n-1) - 4*a(n-2) + 2*a(n-3) - 4*a(n-4) - a(n-6) for n >= 7.
Comments