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!)
A191577 Expansion of (x*exp(x)/(exp(x)-1))^3 = sum(n>=0, a(n)/(n!*(n+1)!)*x^n) 0
1, 3, 12, 54, 228, 540, -3840, -50400, 229824, 11430720, -10886400, -5388768000, -24417676800, 4733158510080, 58758168268800, -7139902049280000, -165279578720256000, 17368039270213632000, 645434329747208601600, -64796782524129976320000, -3555479864273411063808000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n)=6*(-1)^n*sum(k=1..n, (stirling1(k+3,3)*stirling2(n,k))/((k+1)*(k+2)*(k+3))), a(n)>0, a(0)=1.
The above is the special case m=3 of (x*exp(x)/(exp(x)-1))^m = 1+sum(n>=1, ((-1)^n*sum(k=1..n, (stirling1(m+k,m)*stirling2(n,k))/binomial(m+k,k)))*x^n/n!)
PROG
(Maxima)
a(n):=6*(-1)^n*sum((stirling1(k+3, 3)*stirling2(n, k))/((k+1)*(k+2)*(k+3)), k, 1, n);
CROSSREFS
Sequence in context: A124810 A370821 A329056 * A282901 A123348 A151204
KEYWORD
sign
AUTHOR
Vladimir Kruchinin, Jun 07 2011
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)