ROSECODE 410
Magic square of squares
It is a open problem to know whether a magic square containing only squares exists or not.
We say a square is almost magic if all the sums are equal except for the anti-diagonal
The following square is almost magic:
What is the first (lexicographic order) almost magic square with all elements squares of numbers
Answer format: comma separated list of the square root of each element
(All values must be distinct)
Exemple: // For the above example
[My timing: 25 sec]
We say a square is almost magic if all the sums are equal except for the anti-diagonal
The following square is almost magic:
What is the first (lexicographic order) almost magic square with all elements squares of numbers
Answer format: comma separated list of the square root of each element
(All values must be distinct)
Exemple:
[My timing: 25 sec]