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!)
A334565 E.g.f.: exp(-(x + x^2 + x^3 + x^4 + x^5)). 3
1, -1, -1, -1, 1, 19, 871, 1091, -12319, -185401, -1871729, -16185401, 124125409, 2716194779, 30386265911, 192015557579, -1519087028159, -90118169425649, -1286566655151329, -8992926875821681, 96361313388009281, 5078872062174772259, 107995117552995689479, 996704518577739393619 (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(5,n)} k*a(n-k)/(n-k)!.
MATHEMATICA
m = 25; Range[0, m]! * CoefficientList[Series[Exp[-(x + x^2 + x^3 + x^4 + x^5)], {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-x^5)))
CROSSREFS
Column 5 of A334561.
Sequence in context: A135562 A139194 A176601 * A183473 A217826 A209353
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 March 28 11:46 EDT 2024. Contains 371241 sequences. (Running on oeis4.)