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.

A358445 Euler's 4 X 4 magic square of squares.

Original entry on oeis.org

4624, 841, 1681, 1369, 289, 961, 6241, 1024, 3481, 784, 529, 3721, 121, 5929, 64, 2401
Offset: 1

Views

Author

Robert C. Lyons, Dec 30 2022

Keywords

Comments

This is the first known magic square of squares; Euler sent it to Lagrange in 1770.
The magic sum is 8515.

Examples

			The magic square is:
 [ 4624  841 1681 1369 ]
 [  289  961 6241 1024 ]
 [ 3481  784  529 3721 ]
 [  121 5929   64 2401 ]
Equivalently:
 [ 68^2 29^2 41^2 37^2 ]
 [ 17^2 31^2 79^2 32^2 ]
 [ 59^2 28^2 23^2 61^2 ]
 [ 11^2 77^2  8^2 49^2 ]
		

Crossrefs

Cf. A271580: magic sums of 4 X 4 magic squares composed of squares.