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!)
A358064 Expansion of e.g.f. 1/(1 - x * exp(x^2)). 8
1, 1, 2, 12, 72, 540, 5040, 53760, 658560, 9087120, 139104000, 2343781440, 43078210560, 857676980160, 18390744852480, 422504399116800, 10353592759910400, 269576216304595200, 7431814422621388800, 216266552026593868800, 6624610236968435712000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n! * Sum_{k=0..floor(n/2)} (n - 2*k)^k/k!.
a(n) ~ n! * 2^(n/2) / ((1 + LambertW(2)) * LambertW(2)^(n/2)). - Vaclav Kotesovec, Nov 01 2022
MATHEMATICA
With[{nn=30}, CoefficientList[Series[1/(1-x Exp[x^2]), {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Feb 14 2024 *)
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(1/(1-x*exp(x^2))))
(PARI) a(n) = n!*sum(k=0, n\2, (n-2*k)^k/k!);
CROSSREFS
Sequence in context: A277490 A296975 A144086 * A348767 A335786 A005443
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Oct 29 2022
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 June 3 00:27 EDT 2024. Contains 373054 sequences. (Running on oeis4.)