OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (20,-140,400,-384).
FORMULA
a(n) = (2^n)*stirling2(n+4, 4), n>=0, with stirling2(n, m)=A008277(n, m).
a(n) = (-2^n+24*4^n-81*6^n+64*8^n)/3!.
G.f.: 1/((1-2*x)*(1-4*x)*(1-6*x)*(1-8*x)).
E.g.f.: (-exp(2*x)+24*exp(4*x)-81*exp(6*x)+64*exp(8*x))/3!.
MATHEMATICA
CoefficientList[Series[1/((1-2x)(1-4x)(1-6x)(1-8x)), {x, 0, 40}], x] (* Harvey P. Dale, Apr 13 2019 *)
PROG
(PARI) Vec(1/((1-2*x)*(1-4*x)*(1-6*x)*(1-8*x))+O(x^99)) \\ Charles R Greathouse IV, Sep 26 2012
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved