A033842 Triangle of coefficients of certain polynomials (exponents in decreasing order).
1, 1, 1, 3, 3, 1, 16, 16, 6, 1, 125, 125, 50, 10, 1, 1296, 1296, 540, 120, 15, 1, 16807, 16807, 7203, 1715, 245, 21, 1, 262144, 262144, 114688, 28672, 4480, 448, 28, 1, 4782969, 4782969, 2125764, 551124, 91854, 10206, 756, 36, 1, 100000000
Offset: 0
Examples
{1}; {1,1}; {3,3,1}; {16,16,6,1}; {125,125,50,10,1}; .... E.g. third row {3,3,1} corresponds to polynomial p(2,x)= 3*x^2+3*x+1.
Links
- W. Lang, On generalizations of Stirling number triangles, J. Integer Seqs., Vol. 3 (2000), #00.2.4.
- Thierry Lévy, The Number of Prefixes of Minimal Factorisations of a Cycle, The Electronic Journal of Combinatorics, 23(3) (2016), #P3.35
Crossrefs
Formula
a(n, m) = binomial(n+1, m)*(n+1)^(n-m-1), n >= m >= 0 else 0.
Comments