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!)
A334562 E.g.f.: exp(-(x + x^2 + x^3)). 3
1, -1, -1, -1, 25, 19, -209, -2269, 2801, 68615, 371071, -2499641, -28306871, -58645861, 1964456495, 15133179179, -37119981599, -1861550428529, -9225044407169, 110317002942095, 2150185424201081, 3953685082287779, -233260896605772881, -2920858244957587661, 7649165533910291665 (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)} k*a(n-k)/(n-k)!.
D-finite with recurrence a(n) + a(n-1) +2*(n-1)*a(n-2) +3*(n-1)*(n-2)*a(n-3)=0. - R. J. Mathar, May 07 2020
MATHEMATICA
With[{nn=30}, CoefficientList[Series[Exp[-(x+x^2+x^3)], {x, 0, nn}], x] Range[ 0, nn]!] (* Harvey P. Dale, Nov 26 2020 *)
PROG
(PARI) N=40; x='x+O('x^N); Vec(serlaplace(exp(-x-x^2-x^3)))
CROSSREFS
Column 3 of A334561.
Sequence in context: A215537 A104790 A291429 * A171806 A038822 A061438
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 25 11:21 EDT 2024. Contains 371967 sequences. (Running on oeis4.)