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!)
A370992 Expansion of e.g.f. (1/x) * Series_Reversion( x*(1 - x^3/6*(exp(x) - 1)) ). 2
1, 0, 0, 0, 4, 10, 20, 35, 5656, 55524, 352920, 1801965, 85636540, 1762160686, 22992890284, 232001269955, 6581012518640, 197506018950920, 4224661065644016, 69931313468126169, 1757395269147356340, 60785516594782517650, 1818493252905482003620 (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)/(6^k * (n-3*k)!).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(serreverse(x*(1-x^3/6*(exp(x)-1)))/x))
(PARI) a(n) = sum(k=0, n\4, (n+k)!*stirling(n-3*k, k, 2)/(6^k*(n-3*k)!))/(n+1);
CROSSREFS
Cf. A353999.
Sequence in context: A356952 A356963 A375716 * A355180 A341656 A008112
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 September 3 17:55 EDT 2024. Contains 375674 sequences. (Running on oeis4.)