A327317 Triangular array read by rows: row n shows the coefficients of this polynomial of degree n: p(x,n) = 2^(n-1) ((x+r)^n - (x+s)^n)/(r - s), where r = 2 and s = 1/2.
1, 5, 4, 21, 30, 12, 85, 168, 120, 32, 341, 850, 840, 400, 80, 1365, 4092, 5100, 3360, 1200, 192, 5461, 19110, 28644, 23800, 11760, 3360, 448, 21845, 87376, 152880, 152768, 95200, 37632, 8960, 1024, 87381, 393210, 786384, 917280, 687456, 342720, 112896
Offset: 1
Examples
First six rows: 1; 5, 4; 21, 30, 12; 85, 168, 120, 32; 341, 850, 840, 400, 80; 1365, 4092, 5100, 3360, 1200, 192; The first six polynomials, not factored: 1, 5 + 4 x, 21 + 30 x + 12 x^2, 85 + 168 x + 120 x^2 + 32 x^3, 341 + 850 x + 840 x^2 + 400 x^3 + 80 x^4, 1365 + 4092 x + 5100 x^2 + 3360 x^3 + 1200 x^4 + 192 x^5. The first six polynomials, factored: 1, 5 + 4 x, 3 (7 + 10 x + 4 x^2), (5 + 4 x) (17 + 20 x + 8 x^2), 341 + 850 x + 840 x^2 + 400 x^3 + 80 x^4, 3 (5 + 4 x) (7 + 10 x + 4 x^2) (13 + 10 x + 4 x^2).
Comments