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!)
A189488 Expansion of e.g.f. exp(x*exp(x)+x^2*exp(2*x)+x^3*exp(3*x)). 1
1, 1, 5, 34, 281, 2656, 28867, 359038, 5002097, 76499128, 1269310931, 22704893674, 435561243625, 8912650794412, 193534333139435, 4440414121757926, 107270144994315233, 2720370239752704592, 72227750784404889187, 2002807470702054148930, 57871801203185571969881 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Vladimir Kruchinin and D. V. Kruchinin, Composita and their properties, arXiv:1103.2582 [math.CO], 2011-2013.
FORMULA
a(n) = n!*sum(m=1..n, sum(k=m..n,(k^(n-k)*sum(j=0..m, binomial(j,-3*m+k+2*j)*binomial(m,j)))/(n-k)!)/m!), n>0, a(0)=1.
MATHEMATICA
With[{nn=20}, CoefficientList[Series[Exp[x*Exp[x]+x^2 Exp[2x]+x^3 Exp[3x]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Mar 07 2016 *)
PROG
(Maxima)
a(n):=n!*sum(sum((k^(n-k)*sum(binomial(j, -3*m+k+2*j)*binomial(m, j), j, 0, m))/(n-k)!, k, m, n)/m!, m, 1, n);
CROSSREFS
Sequence in context: A292877 A257887 A090367 * A111557 A211794 A289147
KEYWORD
nonn
AUTHOR
Vladimir Kruchinin, Apr 23 2011
EXTENSIONS
More terms from Harvey P. Dale, Mar 07 2016
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 23 07:42 EDT 2024. Contains 371905 sequences. (Running on oeis4.)