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!)
A353896 Expansion of e.g.f. exp( (x * (exp(x) - 1))^4 / 576 ). 3
1, 0, 0, 0, 0, 0, 0, 0, 70, 1260, 13650, 115500, 841995, 5555550, 34139105, 198948750, 1144463320, 8171563400, 112204064700, 2364061354200, 49912312090845, 951208121086650, 16403948060775275, 260328078068154250, 3860274855288458376, 54182965918066177500 (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 * k! * (n-4*k)!).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(exp((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*k!*(n-4*k)!));
CROSSREFS
Sequence in context: A229735 A254472 A361610 * A353885 A353893 A353882
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 May 3 04:24 EDT 2024. Contains 372205 sequences. (Running on oeis4.)