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!)
A334569 E.g.f.: exp(-(x + x^2/2 + x^3/3)). 3
1, -1, 0, 0, 6, -6, -24, -120, 540, 1764, 2016, -68256, -147960, 700920, 11870496, 5245344, -330495984, -2602348560, 6794046720, 141179998464, 619736321376, -6025074044256, -66284988059520, -87481563442560, 4660723755205056, 34028147176271424, -98057302990861824 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(0) = 1 and a(n) = - (n-1)! * Sum_{k=1..min(3,n)} a(n-k)/(n-k)!.
D-finite with recurrence a(n) +a(n-1) +(n-1)*a(n-2) +(n-1)*(n-2)*a(n-3)=0. - R. J. Mathar, May 07 2020
MATHEMATICA
m = 25; Range[0, m]! * CoefficientList[Series[Exp[-(x + x^2/2 + x^3/3)], {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)))
CROSSREFS
Column 3 of A334568.
Sequence in context: A087236 A341267 A219910 * A077193 A056482 A255466
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 23 10:29 EDT 2024. Contains 371905 sequences. (Running on oeis4.)