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!)
A358080 Expansion of e.g.f. 1/(1 - x^2 * exp(x)). 4
1, 0, 2, 6, 36, 260, 2190, 21882, 248696, 3181320, 45229050, 707208590, 12063902532, 222939837276, 4436813677478, 94605994108290, 2151763873634160, 51999544476324752, 1330540380342907506, 35936656483848501654, 1021700660649312689660 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n! * Sum_{k=0..floor(n/2)} k^(n - 2*k)/(n - 2*k)!.
a(n) ~ n! / ((1 + LambertW(1/2)) * 2^(n+1) * LambertW(1/2)^n). - Vaclav Kotesovec, Oct 30 2022
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(1/(1-x^2*exp(x))))
(PARI) a(n) = n!*sum(k=0, n\2, k^(n-2*k)/(n-2*k)!);
CROSSREFS
Sequence in context: A060178 A096939 A351825 * A369091 A162697 A107099
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Oct 30 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 4 09:20 EDT 2024. Contains 373092 sequences. (Running on oeis4.)