A080504 Triangle whose n-th row contains the least set (ordered lexicographically) of n distinct positive integers whose arithmetic and geometric means are both integers.
1, 1, 9, 1, 2, 108, 1, 2, 5, 1000, 1, 2, 3, 4, 1012500, 1, 2, 3, 4, 8, 15552, 1, 2, 3, 4, 5, 6, 25015118625000, 1, 2, 3, 4, 5, 6, 11, 17757684573750000, 1, 2, 3, 4, 5, 6, 7, 8, 19699405917187500, 1, 2, 3, 4, 5, 6, 7, 8, 14, 295491088757812500, 1, 2, 3, 4, 5, 6, 7
Offset: 1
Examples
The fourth row contains 1,2,5,1000, with AM=252 and GM=10. There is no set of the form {1,2,3,y} or {1,2,4,y} whose AM and GM are both integers.
Comments