A329205 Lexicographically last solution to Erdős's Last Equation in n variables, x_1*...*x_n = n*(x_1 + ... + x_n), with 1 <= x_1 <= ... <= x_n, written as triangle T(n,k), 1<=k<=n.
1, 4, 4, 3, 3, 3, 2, 2, 2, 6, 1, 1, 3, 5, 5, 1, 1, 2, 3, 3, 5, 1, 1, 1, 2, 3, 3, 7, 1, 1, 2, 2, 2, 2, 2, 4, 1, 1, 1, 1, 2, 3, 3, 3, 3, 1, 1, 1, 1, 1, 2, 2, 2, 3, 10, 1, 1, 1, 1, 1, 1, 1, 3, 3, 3, 11, 1, 1, 1, 1, 1, 1, 1, 2, 2, 3, 4, 6
Offset: 1
Examples
The triangle begins: 1; 4, 4; 3, 3, 3; 2, 2, 2, 6; 1, 1, 3, 5, 5; 1, 1, 2, 3, 3, 5; 1, 1, 1, 2, 3, 3, 7; 1, 1, 2, 2, 2, 2, 2, 4;
References
- R. K. Guy, Sum equals product. in: Unsolved Problems in Number Theory, 3rd ed. New York: Springer-Verlag, chapter D24, (2004), 299-301.
Comments