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!)
A370928 Expansion of e.g.f. (1/x) * Series_Reversion( x*(1 - x*exp(x^3)) ). 3
1, 1, 4, 30, 360, 5880, 120960, 2996280, 86889600, 2889976320, 108501724800, 4539844108800, 209497816281600, 10570762445443200, 578997352591257600, 34214810278128480000, 2169772724008976486400, 146984464202544531763200 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..floor(n/3)} (n-3*k)^k * (2*n-3*k)!/(k! * (n-3*k)!).
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(serreverse(x*(1-x*exp(x^3)))/x))
(PARI) a(n) = sum(k=0, n\3, (n-3*k)^k*(2*n-3*k)!/(k!*(n-3*k)!))/(n+1);
CROSSREFS
Sequence in context: A317030 A192549 A303001 * A137341 A295899 A291060
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 28 16:57 EDT 2024. Contains 372091 sequences. (Running on oeis4.)