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!)
A294051 Expansion of e.g.f.: exp(1/(1-x)^5 - 1). 2
1, 5, 55, 785, 13705, 280745, 6561175, 171559925, 4947814225, 155676898925, 5297647127575, 193609855201625, 7554669411801625, 313185598385812625, 13735697420477200375, 634998741428031792125, 30844527567399706110625, 1569784302914751616023125 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
E.g.f.: exp(1/(1-x)^5 - 1).
MATHEMATICA
nmax = 20; CoefficientList[Series[Exp[1/(1-x)^5 - 1], {x, 0, nmax}], x] * Range[0, nmax]! (* Vaclav Kotesovec, Oct 22 2017 *)
PROG
(PARI) N=66; x='x+O('x^N); Vec(serlaplace(exp(1/(1-x)^5-1)))
CROSSREFS
Column k=5 of A294046.
Sequence in context: A144577 A234508 A132865 * A145662 A362653 A094418
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Oct 22 2017
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 23 12:27 EDT 2024. Contains 371912 sequences. (Running on oeis4.)