login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 09:23 EDT 2024. Contains 371782 sequences. (Running on oeis4.)