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!)
A370986 Expansion of e.g.f. (1/x) * Series_Reversion( x*(1 - x^2/2*exp(x)) ). 1
1, 0, 1, 3, 24, 220, 2535, 35931, 588028, 11110212, 236355885, 5605425595, 146586048906, 4190560545678, 130037568893323, 4352949788266275, 156362710268877960, 5999465853656510056, 244887352806333261753, 10595948826118665719475, 484448170190529051468910 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..floor(n/2)} k^(n-2*k) * (n+k)!/(2^k * 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) = sum(k=0, n\2, k^(n-2*k)*(n+k)!/(2^k*k!*(n-2*k)!))/(n+1);
CROSSREFS
Sequence in context: A000279 A370443 A292311 * A279973 A274737 A324446
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 06 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 April 30 14:49 EDT 2024. Contains 372134 sequences. (Running on oeis4.)