cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

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.

Original entry on oeis.org

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

Views

Author

Amarnath Murthy, Mar 20 2003

Keywords

Comments

Row n has the form {1,2,...,n-2,x,y} where n-1 <= x < y. x is minimal such that y exists.

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.
		

Crossrefs