A120463 Expansion of x*(1+x+2*x^3) / ((x-1)*(1+x)*(3*x^2-1)).
0, 1, 1, 4, 6, 13, 21, 40, 66, 121, 201, 364, 606, 1093, 1821, 3280, 5466, 9841, 16401, 29524, 49206, 88573, 147621, 265720, 442866, 797161, 1328601, 2391484, 3985806, 7174453, 11957421, 21523360, 35872266, 64570081, 107616801, 193710244
Offset: 0
Links
- Index entries for linear recurrences with constant coefficients, signature (0,4,0,-3).
Programs
-
Mathematica
LinearRecurrence[{0,4,0,-3},{0,1,1,4,6},40] (* Harvey P. Dale, Dec 15 2018 *)
Formula
G.f.: x*(1+x+2*x^3) / ((x-1)*(1+x)*(3*x^2-1)).
Comments