A249139 Triangular array read by rows: row n gives the coefficients of the polynomial p(n,x) defined in Comments.
1, 3, 1, 5, 2, 11, 7, 1, 21, 16, 3, 43, 41, 12, 1, 85, 94, 34, 4, 171, 219, 99, 18, 1, 341, 492, 261, 60, 5, 683, 1101, 678, 195, 25, 1, 1365, 2426, 1692, 576, 95, 6, 2731, 5311, 4149, 1644, 340, 33, 1, 5461, 11528, 9959, 4488, 1106, 140, 7, 10923, 24881
Offset: 0
Examples
f(0,x) = 1/1, so that p(0,x) = 1 f(1,x) = (3 + x)/1, so that p(1,x) = 3 + x; f(2,x) = (5 + 2 x)/(3 + x), so that p(2,x) = 5 + 2 x. First 6 rows of the triangle of coefficients: 1 3 1 5 2 11 7 1 21 16 3 43 41 12 1
Links
- Clark Kimberling, Rows 0..100, flattened
Comments