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!)
A353885 Expansion of e.g.f. 1/(1 - (x * (exp(x) - 1))^4 / 576). 4
1, 0, 0, 0, 0, 0, 0, 0, 70, 1260, 13650, 115500, 841995, 5555550, 34139105, 198948750, 1175994820, 10315705400, 192609389700, 4563951046200, 98992258506345, 1898260633492650, 32787422848455275, 520556451785466250, 7722233521138092726, 108688302800107222500 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,9
LINKS
FORMULA
a(n) = n! * Sum_{k=0..floor(n/8)} (4*k)! * Stirling2(n-4*k,4*k)/(576^k * (n-4*k)!).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(1/(1-(x*(exp(x)-1))^4/576)))
(PARI) a(n) = n!*sum(k=0, n\8, (4*k)!*stirling(n-4*k, 4*k, 2)/(576^k*(n-4*k)!));
CROSSREFS
Sequence in context: A254472 A361610 A353896 * A353893 A353882 A061606
KEYWORD
nonn
AUTHOR
Seiichi Manyama, May 09 2022
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 August 8 17:42 EDT 2024. Contains 375023 sequences. (Running on oeis4.)