A291229 p-INVERT of (0,1,0,1,0,1,...), where p(S) = (1 - S)(1 - 2 S).
3, 7, 18, 45, 111, 272, 663, 1611, 3906, 9457, 22875, 55296, 133611, 322751, 779490, 1882341, 4545159, 10974256, 26496255, 63970947, 154444914, 372871721, 900206067, 2173312512, 5246877459, 12667142455, 30581283762, 73829906397, 178241414367, 430313249360
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (3, 0, -3, -1)
Programs
Formula
G.f.: -((-3 + 2 x + 3 x^2)/((-1 + x + x^2) (-1 + 2 x + x^2))).
a(n) = 3*a(n-1) - 2*a(n-3) - a(n-4) for n >= 5.
Comments