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!)
A292908 Expansion of e.g.f. exp(x^3 * exp(-x)). 5
1, 0, 0, 6, -24, 60, 240, -4830, 39984, -180936, -605520, 24616350, -318005160, 2385790836, -86488584, -350543790870, 6917020827360, -79778558317200, 357117438258144, 9237998478286134, -304182278908538040, 5166739059890655660, -48968796671246843160 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,4

LINKS

Seiichi Manyama, Table of n, a(n) for n = 0..505

FORMULA

a(n) = n! * Sum_{k=0..floor(n/3)} (-k)^(n-3*k)/(k! * (n-3*k)!). - Seiichi Manyama, Jul 10 2022

PROG

(PARI) x='x+O('x^66); Vec(serlaplace(exp(x^3*exp(-x))))

(PARI) a(n) = n!*sum(k=0, n\3, (-k)^(n-3*k)/(k!*(n-3*k)!)); \\ Seiichi Manyama, Jul 10 2022

CROSSREFS

Column k=3 of A292973.

Cf. A292889.

Sequence in context: A214308 A237350 A265393 * A293017 A292889 A272951

Adjacent sequences: A292905 A292906 A292907 * A292909 A292910 A292911

KEYWORD

sign

AUTHOR

Seiichi Manyama, Sep 26 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 March 22 17:57 EDT 2023. Contains 361432 sequences. (Running on oeis4.)