A227209 Expansion of 1/((1-x)^2*(1-2*x)*(1-4*x)).
1, 8, 43, 198, 849, 3516, 14311, 57746, 231997, 930024, 3724179, 14904894, 59635945, 238576532, 954371647, 3817617642, 15270732693, 61083455040, 244334868715, 977341571990, 3909370482241, 15637490317548
Offset: 0
Links
- Index entries for linear recurrences with constant coefficients, signature (8,-21,22,-8).
Programs
-
Mathematica
nn = 25; CoefficientList[Series[1/((1 - x)^2*(1 - 2 x)*(1 - 4 x)), {x, 0, nn}], x] (* T. D. Noe, Sep 19 2013 *)
Formula
G.f.: 1/((1-x)^2*(1-2*x)*(1-4*x)).
a(n) = ( 4^(n+3) - 9*2^(n+3) + 6*n + 26 )/18.
E.g.f.: exp(x)*(13 - 36*exp(x) + 32*exp(3*x) + 3*x)/9. - Stefano Spezia, Feb 23 2025
Comments