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!)
A292970 Expansion of e.g.f. exp(x^5 * exp(-x)). 2
1, 0, 0, 0, 0, 120, -720, 2520, -6720, 15120, 1784160, -39861360, 478906560, -4151192760, 29059190160, 43589505960, -9531493695360, 262248906060960, -4781455284432960, 68339552332044960, -719390244156842880, 105128808579670680, 293382376643359246320 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
FORMULA
a(n) = n! * Sum_{k=0..floor(n/5)} (-k)^(n-5*k)/(k! * (n-5*k)!). - Seiichi Manyama, Jul 10 2022
MATHEMATICA
With[{nn=30}, CoefficientList[Series[Exp[x^5 Exp[-x]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Jan 12 2018 *)
PROG
(PARI) x='x+O('x^66); Vec(serlaplace(exp(x^5*exp(-x))))
(PARI) a(n) = n!*sum(k=0, n\5, (-k)^(n-5*k)/(k!*(n-5*k)!)); \\ Seiichi Manyama, Jul 10 2022
CROSSREFS
Column k=5 of A292973.
Sequence in context: A306602 A300299 A052787 * A052769 A179724 A052766
KEYWORD
sign
AUTHOR
Seiichi Manyama, Sep 27 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 24 14:53 EDT 2024. Contains 371960 sequences. (Running on oeis4.)