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!)
A370931 Expansion of e.g.f. (1/x) * Series_Reversion( x*(1 - x*exp(x^3/6)) ). 2
1, 1, 4, 30, 340, 5180, 99360, 2300830, 62473600, 1946941920, 68507714800, 2686816932800, 116225776497600, 5497681373384200, 282305750023897600, 15640212734095950000, 929908726447266966400, 59061538103044360083200, 3990922849835432102592000 (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)!/(6^k * k! * (n-3*k)!).
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(serreverse(x*(1-x*exp(x^3/6)))/x))
(PARI) a(n) = sum(k=0, n\3, (n-3*k)^k*(2*n-3*k)!/(6^k*k!*(n-3*k)!))/(n+1);
CROSSREFS
Cf. A358265.
Sequence in context: A001761 A292220 A099712 * A209440 A052316 A089918
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 May 7 06:30 EDT 2024. Contains 372300 sequences. (Running on oeis4.)