login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A025966
Expansion of 1/((1-2x)(1-4x)(1-6x)(1-8x)).
3
1, 20, 260, 2800, 27216, 248640, 2182720, 18656000, 156544256, 1296655360, 10641146880, 86744985600, 703688298496, 5688011079680, 45855653642240, 368956766617600, 2964331947687936, 23790756829593600
OFFSET
0,2
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
Fourth column of triangle A075497.
Sequence in context: A028027 A268764 A081244 * A356837 A041764 A022111
KEYWORD
nonn,easy
AUTHOR
STATUS
approved