A249303 Triangular array: row n gives the coefficients of the polynomial p(n,x) defined in Comments.
1, 0, 1, -1, 2, -1, 1, 1, 0, -2, 3, 1, -4, 3, 1, 1, -2, -2, 4, 0, 3, -9, 6, 1, -1, 6, -9, 0, 5, -1, 3, 3, -15, 10, 1, 0, -4, 18, -24, 5, 6, 1, -8, 18, -6, -20, 15, 1, 1, -4, -4, 36, -49, 14, 7, 0, 5, -30, 60, -35, -21, 21, 1, -1, 10, -30, 20, 50, -84, 28, 8
Offset: 0
Examples
f(0,x) = 1/1, so that p(0,x) = 1 f(1,x) = x/1, so that p(1,x) = x; f(2,x) = (-1 + 2 x)/x, so that p(2,x) = -1 + 2 x. First 6 rows of the triangle of coefficients: ... 1 ... 0 ... 1 .. -1 ... 2 .. -1 ... 1 ... 1 ... 0 .. -2 ... 3 ... 1 .. -4 ... 3 ... 1
Links
- Clark Kimberling, Rows 0..100, flattened
Comments