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.

A271652 Number of n X n number squares where all (n-1)^2 2 X 2 subset diagonals have the same sum though those sums may differ.

Original entry on oeis.org

1, 9, 432, 3600, 907200
Offset: 1

Views

Author

Craig Knecht, Apr 11 2016

Keywords

Comments

A number square contains all numbers from 1 to n^2 without duplicates.
The 2 X 2 subset diagonal sums in these squares are equal, though those sums may differ.
When the single unit 2 X 2 subset is required to have diagonals with equal sums every rectangle within the generated square will have diagonals with equal sums.
Reversible squares are a previously defined entity. They require all symmetrically opposite pairs in each row and column to have the same sum in addition to the diagonal constraints noted above.
It is an embarrassment that no one has enumerated the order 6 magic squares. Richard C. Schroeppel provided the exact count for the order 5 magic squares in 1973 - now more than 40 years ago.

Examples

			3 X 3 square where all four 2 X 2 subset diagonals have the same sum, though those sums may differ:
1 3 2    (1 + 9 = 7 + 3)  (3 + 8 = 9 + 2)
7 9 8    (7 + 6 = 4 + 9)  (9 + 5 = 6 + 8)
4 6 5
		

Crossrefs

Cf. A270205 (reversible cube).