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!)
A371160 Expansion of e.g.f. 1/(1 - x^3 - x^4)^x. 3
1, 0, 0, 0, 24, 120, 0, 2520, 60480, 544320, 3024000, 59875200, 1277337600, 16086470400, 214313299200, 4903778880000, 104439592857600, 1837718378496000, 38947773376512000, 1008640624223232000, 24160068553420800000, 570728399843137536000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(n) = n! * Sum_{j=0..floor(n/3)} Sum_{k=0..j} binomial(j,n-3*j-k) * |Stirling1(j,k)|/j!.
PROG
(PARI) a(n) = n!*sum(j=0, n\3, sum(k=0, j, binomial(j, n-3*j-k)*abs(stirling(j, k, 1))/j!));
CROSSREFS
Sequence in context: A211594 A211465 A371184 * A371200 A293893 A137799
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 13 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 August 17 09:50 EDT 2024. Contains 375209 sequences. (Running on oeis4.)