The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A370990 Expansion of e.g.f. (1/x) * Series_Reversion( x*(1 - x^3*(exp(x) - 1)) ). 2
1, 0, 0, 0, 24, 60, 120, 210, 201936, 1996344, 12701520, 64865790, 17053788840, 374788816116, 4944496679304, 50034166184730, 6390396135006240, 239770550508132720, 5363062998193560096, 89908444484550625014, 7402557588108228698040 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..floor(n/4)} (n+k)! * Stirling2(n-3*k,k)/(n-3*k)!.
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(serreverse(x*(1-x^3*(exp(x)-1)))/x))
(PARI) a(n) = sum(k=0, n\4, (n+k)!*stirling(n-3*k, k, 2)/(n-3*k)!)/(n+1);
CROSSREFS
Cf. A358014.
Sequence in context: A358014 A356950 A356892 * A182464 A211571 A240524
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 June 8 20:17 EDT 2024. Contains 373227 sequences. (Running on oeis4.)