A329430 Irregular triangular array, read by rows: row n shows the coefficients of the polynomial p(n,x) defined in Comments.
1, 1, 1, 2, 3, 3, 1, 9, 36, 90, 147, 171, 144, 87, 36, 9, 1, 730, 8748, 56862, 257337, 895941, 2528172, 5967108, 12025098, 20984508, 32024268, 43036029, 51168267, 53983503, 50609772, 42164064, 31176036, 20403009, 11768247, 5946156, 2610171, 984420, 314262, 83214, 17766, 2934, 351, 27, 1
Offset: 0
Examples
Rows 0..3: 1; 1, 1; 2, 3, 3, 1; 9, 36, 90, 147, 171, 144, 87, 36, 9, 1. Rows 0..3, the polynomials u(n,x): 1; 1 + x^3; 2 + 3 x^3 + 3 x^6 + x^9; 9 + 36 x^3 + 90 x^6 + 147 x^9 + 171 x^12 + 144 x^15 + 87 x^18 + 36 x^21 + 9 x^24 + x^27.
References
- L. E. Dickson, History of the Theory of Numbers, vol. 1, Chelsea, New York, 1952, p. 403.
Comments