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.

Showing 1-1 of 1 results.

A364276 A 5 X 5 magic square of squares with the smallest possible magic sum, read by rows.

Original entry on oeis.org

1, 4, 961, 9, 400, 484, 256, 169, 25, 441, 121, 529, 100, 576, 49, 144, 225, 81, 729, 196, 625, 361, 64, 36, 289
Offset: 1

Views

Author

Paolo Xausa, Jul 17 2023

Keywords

Comments

This magic square was discovered by Christian Boyer in 2004. It's composed of the squares of the numbers from 1 to 31, excluding 4, 18, 26, 28, 29 and 30. The magic sum is 1375.

Examples

			The magic square is:
  [    1    4  961    9  400 ]
  [  484  256  169   25  441 ]
  [  121  529  100  576   49 ]
  [  144  225   81  729  196 ]
  [  625  361   64   36  289 ]
Or equivalently:
  [  1^2  2^2 31^2  3^2 20^2 ]
  [ 22^2 16^2 13^2  5^2 21^2 ]
  [ 11^2 23^2 10^2 24^2  7^2 ]
  [ 12^2 15^2  9^2 27^2 14^2 ]
  [ 25^2 19^2  8^2  6^2 17^2 ]
		

Crossrefs

Showing 1-1 of 1 results.