Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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.
9
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,3
COMMENTS
Row n has the form {1,2,...,n-2,x,y} where n-1 <= x < y. x is minimal such that y exists.
EXAMPLE
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.
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Amarnath Murthy, Mar 20 2003
STATUS
approved