A291393 p-INVERT of (1,1,0,0,0,0,...), where p(S) = (1 - S)(1 - 2 S).
3, 10, 29, 83, 232, 643, 1771, 4862, 13321, 36455, 99696, 272535, 744839, 2035358, 5561381, 15195075, 41515496, 113425323, 309888403, 846638398, 2313071313, 6319448079, 17265085152, 47169141487, 128868574671, 352075628734, 961888724621, 2627929220939
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (3, 1, -4, -2)
Programs
Formula
G.f.: -(((1 + x) (-3 + 2 x + 2 x^2))/((-1 + x + x^2) (-1 + 2 x + 2 x^2))).
a(n) = 3*a(n-1) + a(n-2) - 4*a(n-3) - 2*a(n-4) for n >= 5.
Comments