The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A334570 E.g.f.: exp(-(x + x^2/2 + x^3/3 + x^4/4)). 3
1, -1, 0, 0, 0, 24, -24, -120, -720, -5040, 32256, 169344, 743040, -380160, -91048320, -408710016, -174230784, 29842525440, 455765667840, 1061427732480, -18914141343744, -379628241094656, -3305984467691520, 10588546824468480, 458522651844956160, 5722461010387021824 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
FORMULA
a(0) = 1 and a(n) = - (n-1)! * Sum_{k=1..min(4,n)} a(n-k)/(n-k)!.
MATHEMATICA
m = 25; Range[0, m]! * CoefficientList[Series[Exp[-(x + x^2/2 + x^3/3 + x^4/4)], {x, 0, m}], x] (* Amiram Eldar, May 03 2021 *)
PROG
(PARI) N=40; x='x+O('x^N); Vec(serlaplace(exp(-x-x^2/2-x^3/3-x^4/4)))
CROSSREFS
Column 4 of A334568.
Sequence in context: A122505 A103640 A004011 * A056465 A056455 A128378
KEYWORD
sign
AUTHOR
Seiichi Manyama, May 06 2020
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 May 21 22:16 EDT 2024. Contains 372741 sequences. (Running on oeis4.)