A291244 p-INVERT of (0,1,0,1,0,1,...), where p(S) = 1 - 4 S + S^2.
4, 15, 60, 239, 952, 3792, 15104, 60161, 239628, 954465, 3801740, 15142752, 60315260, 240242367, 956911980, 3811486495, 15181573232, 60469889136, 240858271816, 959365196977, 3821257929948, 15220493940369, 60624914631700, 241475755550400, 961824703141876
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (4,1,-4,-1)
Programs
Formula
G.f.: (4 - x - 4*x^2)/(1 - 4*x - x^2 + 4*x^3 + x^4).
a(n) = 4*a(n-1) + a(n-2) - 4*a(n-3) - a(n-4) for n >= 5.
Comments