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!)
A191423 Expansion of e.g.f.: (1+x+x^2+x^3)^x 0
1, 0, 2, 3, 20, -30, 594, -840, 14384, -167832, 2300040, -17190360, 153272712, -2775904560, 51294972624, -651268374120, 7597950113280, -151775259773760, 3587640413505984, -63586583168595840, 972086975299451520 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n)=(sum(m=1..n, sum(k=0..n-2*m, (stirling1(m+k,m)*sum(j=0..m+k, binomial(j,n-3*(m+k)-m+2*j)*binomial(m+k,j)))/(m+k)!)))*n!, n>0, a(0)=1.
MATHEMATICA
With[{nn=30}, CoefficientList[Series[(1+x+x^2+x^3)^x, {x, 0, nn}], x] Range[ 0, nn]!] (* Harvey P. Dale, Apr 01 2019 *)
PROG
(Maxima)
a(n):=(sum(sum((stirling1(m+k, m)*sum(binomial(j, n-3*(m+k)-m+2*j)*binomial(m+k, j), j, 0, m+k))/(m+k)!, k, 0, n-2*m), m, 1, n))*n!;
CROSSREFS
Sequence in context: A042781 A308885 A136886 * A195686 A295365 A233410
KEYWORD
sign
AUTHOR
Vladimir Kruchinin, Jun 02 2011
EXTENSIONS
Definition clarified by Harvey P. Dale, Apr 01 2019
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 April 24 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)