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!)
A191368 Expansion of (x*exp(x)/(exp(x)-1))^2 = sum(n>=0, a(n)/(n!*(n+1)!)*x^n). 0
1, 2, 5, 12, 12, -120, -600, 6720, 84672, -1088640, -27216000, 399168000, 17337576960, -286858091520, -19833061248000, 366148823040000, 37838865512448000, -771912856453939200, -113678565831806976000, 2541050295063920640000, 513635665355584192512000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
(x*exp(x)/(exp(x)-1))^m = 1+sum(n>0, ((-1)^n*sum(k=1..n, (stirling1(m+k,m) *stirling2(n,k))/binomial(m+k,k)))*x^n/n!).
LINKS
FORMULA
a(n) = 2*(-1)^n*(n+1)!*sum(k=1..n, (stirling1(k+2,2) *stirling2(n,k))/((k+1)*(k+2))), a(0)=1.
PROG
(Maxima) a(n):=if(n=0 then 1 else 2*(-1)^n*(n+1)!* sum((stirling1(k+2, 2) *stirling2(n, k))/((k+1)*(k+2)), k, 1, n);
CROSSREFS
Sequence in context: A125199 A103832 A348891 * A085227 A324601 A305310
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 25 09:33 EDT 2024. Contains 371967 sequences. (Running on oeis4.)