A132166 A convolution triangle of numbers obtained from A036224.
1, 21, 1, 336, 42, 1, 4536, 1113, 63, 1, 54432, 23184, 2331, 84, 1, 598752, 412272, 65205, 3990, 105, 1, 6158592, 6531840, 1518048, 139860, 6090, 126, 1, 60046272, 94618368, 30912840, 4010769, 256410, 8631, 147, 1, 560431872, 1274921856
Offset: 1
Examples
{1};{21,1};{336,42,1};{4536,1113,63,1};...; Row polynomial s(3,x)=336*x+42*x^2+x^3.
Links
- W. Lang, On generalizations of Stirling number triangles, J. Integer Seqs., Vol. 3 (2000), #00.2.4.
- W. Lang, First ten rows.
Crossrefs
Formula
a(n, m) = 6*(6*m+n-1)*a(n-1, m)/n + m*a(n-1, m-1)/n, n >= m >= 1; a(n, m) := 0, n
G.f. for m-th column: ((1-(1-6*x)^6)/(36*(1-6*x)^6))^m.
Comments