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!)
A371020 Expansion of e.g.f. (1/x) * Series_Reversion( x/(1 + x^2/2*exp(x)) ). 0
1, 0, 1, 3, 18, 160, 1545, 19131, 273868, 4463460, 82561545, 1695986875, 38413504866, 951203750718, 25551218851249, 740338919242755, 23014265170565880, 764047265130952456, 26981593786255568913, 1009915667787285212787, 39938889756657408019390 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = (n!/(n+1)) * Sum_{k=0..floor(n/2)} k^(n-2*k) * binomial(n+1,k)/(2^k * (n-2*k)!).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(serreverse(x/(1+x^2/2*exp(x)))/x))
(PARI) a(n) = n!*sum(k=0, n\2, k^(n-2*k)*binomial(n+1, k)/(2^k*(n-2*k)!))/(n+1);
CROSSREFS
Cf. A370889.
Sequence in context: A375879 A352638 A238302 * A067302 A361048 A212599
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 08 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 September 7 05:42 EDT 2024. Contains 375729 sequences. (Running on oeis4.)