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!)
A370875 Expansion of e.g.f. (1/x) * Series_Reversion( x/(x + exp(x^2)) ). 3
1, 1, 4, 24, 228, 2820, 44400, 840000, 18669840, 475871760, 13698296640, 439402803840, 15545690233920, 601352177025600, 25251437978807040, 1143932660001331200, 55612090342967558400, 2887929114414030086400, 159548423949650274739200 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n! * Sum_{k=0..floor(n/2)} (2*k+1)^(k-1) * binomial(n,2*k)/k!.
E.g.f.: sqrt(LambertW( -2*x^2/(1-x)^2 ) / (-2*x^2)).
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(serreverse(x/(x+exp(x^2)))/x))
(PARI) a(n) = n!*sum(k=0, n\2, (2*k+1)^(k-1)*binomial(n, 2*k)/k!);
CROSSREFS
Cf. A360601.
Sequence in context: A318005 A224800 A348904 * A234012 A244760 A240403
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 03 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 18 21:02 EDT 2024. Contains 374388 sequences. (Running on oeis4.)