A030527 A convolution triangle of numbers obtained from A036083.
1, 15, 1, 175, 30, 1, 1750, 575, 45, 1, 15750, 8750, 1200, 60, 1, 131250, 114625, 24375, 2050, 75, 1, 1031250, 1347500, 414750, 52000, 3125, 90, 1, 7734375, 14575000, 6208125, 1084875, 95000, 4425, 105, 1, 55859375, 147468750, 84184375
Offset: 1
Examples
{1}; {15,1}; {175,30,1}; {1750,575,45,1}; {15750,8750,1200,60,1}; ...
Links
- W. Lang, On generalizations of Stirling number triangles, J. Integer Seqs., Vol. 3 (2000), #00.2.4.
Formula
a(n, m) = 5*(5*m+n-1)*a(n-1, m)/n + m*a(n-1, m-1)/n, n >= m >= 1; a(n, m) := 0, n
A046757 Triangle of coefficients of certain polynomials (exponents in decreasing order).
1, 2, 1, 5, 5, 1, 30, 30, 10, 1, 272, 272, 102, 17, 1, 3250, 3250, 1300, 260, 26, 1, 47952, 47952, 19980, 4440, 555, 37, 1, 840350, 840350, 360150, 85750, 12250, 1050, 50, 1, 17039360, 17039360, 7454720, 1863680, 291200, 29120, 1820, 65, 1, 392203458
Offset: 0
Examples
Triangle begins: {1}; {2,1}; {5,5,1}; {30,30,10,1}; {272,272,102,17,1}; .... E.g. third row {5,5,1} corresponds to polynomial q(3,x)= 5*x^2+5*x+1.
Crossrefs
Formula
a(n, n) = 1, a(n, m) = (1+n^2)*binomial(n, m)*n^(n-m-2), n>m >= 0, else 0.
Comments