A238236 Expansion of (1-x-x^2)/((x-1)*(x^3+3*x^2+2*x-1)).
1, 2, 6, 18, 55, 169, 520, 1601, 4930, 15182, 46754, 143983, 443409, 1365520, 4205249, 12950466, 39882198, 122821042, 378239143, 1164823609, 3587185688, 11047081345, 34020543362, 104769516446, 322647744322, 993624581343, 3059961912097, 9423445312544
Offset: 0
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..200
- Index entries for linear recurrences with constant coefficients, signature (3,1,-2,-1).
Programs
-
Mathematica
CoefficientList[Series[(1 - x - x^2)/(1 - 3 x - x^2 + 2 x^3 + x^4), {x, 0, 40}], x ](* Vincenzo Librandi, Feb 22 2014 *)
Comments