Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)
A371018 Expansion of e.g.f. (1/x) * Series_Reversion( x/(1 + x^2*exp(x)) ). 3
1, 0, 2, 6, 60, 620, 7950, 129402, 2365496, 50512968, 1208642490, 32223422990, 947694971652, 30435132773916, 1061061668979494, 39889366397571810, 1608910488000292080, 69305890226183224592, 3175519952912430375666, 154216789672147809137046 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (n!/(n+1)) * Sum_{k=0..floor(n/2)} k^(n-2*k) * binomial(n+1,k)/(n-2*k)!.
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(serreverse(x/(1+x^2*exp(x)))/x))
(PARI) a(n) = n!*sum(k=0, n\2, k^(n-2*k)*binomial(n+1, k)/(n-2*k)!)/(n+1);
CROSSREFS
Cf. A365283.
Sequence in context: A362702 A356259 A215720 * A211936 A156972 A086332
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 August 21 14:08 EDT 2024. Contains 375353 sequences. (Running on oeis4.)