A249128 Triangular array: row n gives the coefficients of the polynomial p(n,x) defined in Comments.
1, 1, 1, 1, 1, 1, 2, 3, 1, 1, 2, 4, 5, 1, 1, 6, 11, 7, 8, 1, 1, 6, 18, 26, 10, 11, 1, 1, 24, 50, 46, 58, 14, 15, 1, 1, 24, 96, 154, 86, 102, 18, 19, 1, 1, 120, 274, 326, 444, 156, 177, 23, 24, 1, 1, 120, 600, 1044, 756, 954, 246, 272, 28, 29, 1, 1, 720, 1764, 2556, 3708, 1692, 2016, 384, 416, 34, 35, 1, 1
Offset: 0
Examples
f(0,x) = 1/1, so that p(0,x) = 1; f(1,x) = (1 + x)/1, so that p(1,x) = 1 + x; f(2,x) = (1 + x + x^2)/(1 + x), so that p(2,x) = 1 + x + x^2. First 6 rows of the triangle of coefficients: 1 1 1 1 1 1 2 3 1 1 2 4 5 1 1 6 11 7 8 1 1
Links
- Clark Kimberling, Rows 0..100, flattened
Comments