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!)
A371184 Expansion of e.g.f. (1 + x^3 + x^4)^x. 0
1, 0, 0, 0, 24, 120, 0, -2520, -20160, 181440, 3024000, 19958400, -159667200, -5708102400, -47221574400, 326918592000, 20748433305600, 296406190080000, -533531142144000, -126713646259200000, -3007337204551680000, -14688645874366464000, 1183099972392898560000 (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)*stirling(j, k, 1)/j!));
CROSSREFS
Cf. A371160.
Sequence in context: A211580 A211594 A211465 * A371160 A371200 A293893
KEYWORD
sign
AUTHOR
Seiichi Manyama, Mar 14 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 May 16 08:41 EDT 2024. Contains 372552 sequences. (Running on oeis4.)