A291383 p-INVERT of (1,1,0,0,0,0,...), where p(S) = 1 - 2 S - 2 S^2.
2, 8, 28, 98, 344, 1208, 4240, 14884, 52248, 183408, 643824, 2260040, 7933504, 27849280, 97760384, 343171984, 1204649632, 4228727296, 14844261824, 52108375328, 182918006400, 642104016000, 2254002082560, 7912309005376, 27774878417792, 97499209219328
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (2, 4, 4, 2)
Programs
Formula
G.f.: -((2 (1 + x) (1 + x + x^2))/(-1 + 2 x + 4 x^2 + 4 x^3 + 2 x^4)).
a(n) = 2*a(n-1) + 4*a(n-2) + 4*a(n-3) + 2*a(n-4) for n >= 5.
Comments