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!)
A199568 Triangle T(n,m) = coefficient of x^n (x^2*cosech(x))^m=sum(n>=m, T(n,m)x^n*m!^2/n!^2) 0
1, 0, 1, -6, 0, 1, 0, -48, 0, 1, 280, 0, -200, 0, 1, 0, 8640, 0, -600, 0, 1, -52080, 0, 99960, 0, -1470, 0, 1, 0, -4300800, 0, 689920, 0, -3136, 0, 1, 27651456, 0, -110557440, 0, 3429216, 0, -6048, 0, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
Triangle T(n,m)*m!^2/n!^2=
1. Riordan Array (1,x^2*cosech(x)) without first column.
2. Riordan Array (x*cosech(x),x^2*cosech(x)) numbering triangle (0,0).
LINKS
FORMULA
T(n,m) = n!^2/m!*sum(i=0..n-m, (2^i*m^(n-m-i)*sum(k=0..i, (stirling2(i,k)*k!*stirling1(m+k,m))/(m+k)!))/(i!*(n-m-i)!)).
EXAMPLE
T(n,m)*m!^2/n!^2=
1,
0, 1,
-1/6, 0, 1,
0, -1/3, 0, 1,
7/360, 0, -1/2, 0, 1,
0,1/15, 0,-2/3, 0, 1,
-31/15120, 0, 17/120, 0, -5/6, 0, 1
PROG
(Maxima)
T(n, m):=n!^2/m!*sum((2^i*m^(n-m-i)*sum((stirling2(i, k)*k!*stirling1(m+k, m))/(m+k)!, k, 0, i))/(i!*(n-m-i)!), i, 0, n-m);
CROSSREFS
Sequence in context: A264808 A200229 A137785 * A134899 A076413 A154305
KEYWORD
sign,tabl
AUTHOR
Vladimir Kruchinin, Nov 08 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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)