login
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.
1
1, 9, 432, 3600, 907200
OFFSET
1,2
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.
EXAMPLE
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).
Sequence in context: A229843 A081481 A160376 * A156092 A092813 A242280
KEYWORD
nonn
AUTHOR
Craig Knecht, Apr 11 2016
STATUS
approved