A heterosquare contains positive consecutive integers starting from 1 such that the rows, columns, and diagonals all add to different values.
Is it possible to make a heterosquare such that that the corners contain the digits 6, 7, 8, and 9?
This problem is part of the Brilliant.org Open Problems Group . The end goal for each open problem is to find a solution, and maybe publish it if it's a nice enough result! Even if we don't make it all the way there, we can have fun exploring unsolved problems and doing real research. This problem is related to an unsolved open problem, which you can read about here .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
I wrote a program that tests all possible squares that have the digits 6, 7, 8, and 9 in the corners. The program never writes the word 'True', so none of the possible squares are heterosquares.