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!)
A370889 Expansion of e.g.f. (1/x) * Series_Reversion( x/(1 + x*exp(x^2/2)) ). 2
1, 1, 2, 9, 72, 735, 9000, 133035, 2325120, 46631025, 1053108000, 26484495345, 734652737280, 22280390827695, 733335188826240, 26035824337798275, 991872319953715200, 40360728513989909025, 1747119524427614937600, 80166580022376802179225 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (n!/(n+1)) * Sum_{k=0..floor(n/2)} (n-2*k)^k * binomial(n+1,n-2*k)/(2^k * k!).
a(n) ~ (1 + 3*LambertW(1/3))^(n + 3/2) * n^(n-1) / (sqrt(1 + LambertW(1/3)) * 3^(3*n/2 + 2) * exp(n) * LambertW(1/3)^(3*(n+1)/2)). - Vaclav Kotesovec, Mar 06 2024
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(serreverse(x/(1+x*exp(x^2/2)))/x))
(PARI) a(n) = n!*sum(k=0, n\2, (n-2*k)^k*binomial(n+1, n-2*k)/(2^k*k!))/(n+1);
CROSSREFS
Cf. A365283.
Sequence in context: A118789 A258114 A349583 * A367485 A133941 A240956
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 05 2024
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 July 12 14:24 EDT 2024. Contains 374251 sequences. (Running on oeis4.)