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!)
A334564 E.g.f.: exp(-(x + x^2 + x^3 + x^4)). 3
1, -1, -1, -1, 1, 139, 151, -1429, -19039, -170281, 517231, 12144439, 108063649, 294730019, -12338255929, -161010756061, -834576525119, 10909293532591, 350211422028511, 3176429907556079, -8268487440910399, -816508001025525061, -14017265801126968841, -55997107943920795301 (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)} k*a(n-k)/(n-k)!.
MATHEMATICA
m = 25; Range[0, m]! * CoefficientList[Series[Exp[-(x + x^2 + x^3 + x^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-x^3-x^4)))
CROSSREFS
Column 4 of A334561.
Sequence in context: A047652 A308788 A308796 * A325075 A020357 A050967
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 April 28 14:43 EDT 2024. Contains 372088 sequences. (Running on oeis4.)