A291415 p-INVERT of (1,1,0,0,0,0,...), where p(S) = 1 - 3 S + S^2.
3, 11, 37, 126, 427, 1448, 4909, 16643, 56424, 191292, 648529, 2198680, 7454090, 25271280, 85676131, 290464093, 984747891, 3338548317, 11318536416, 38372746007, 130093466328, 441050269849, 1495273713773, 5069362002354, 17186439428582, 58266444593059
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (3, 2, -2, -1)
Programs
Formula
G.f.: -(((1 + x) (-3 + x + x^2))/(1 - 3 x - 2 x^2 + 2 x^3 + x^4)).
a(n) = 3*a(n-1) + 2*a(n-2) - 2*a(n-3) - a(n-4) for n >= 5.
Comments