I found the following recreational mathematics problem too hard for me. Can anyone give me hints how to find a solution?
Consider the 4×4 matrices with integer coefficients. Let its elements be ai,j for 1≤i,j≤4. Now form a four sets A1,A2,A3,A4. Say that A1 is the set of element ai,j. Also, A2 is the set of elements ai,j+ai+1,j+ai,j+1+ai+1,j+2 i.e. if you think matrix, A2 is like sum of elements of 2×2-subsquares of the matrix. Similarly, denote A3 the set of sums of 3x3-submatrices and A4 the sum of elements of the given 4×4-matrix.
Now, I heard a rumor that one can give an example for 16 integers ai,j such that all integers from 1 to 25 belongs to A1∪A2∪A3∪A4. How can one find such an example? It is easy to see that at least some of the elements ai,j must satisfy 1≤ai,j≤25 but there is still too many element that finding such a matrix by brute force seems impossible. I was wondering if genetic algorithm or simulated annealing works for such a problem but I don't have enough experience to implement that.
The best I know is that solution for case 24 is possible:
-42 22 23 7
13 11 -32 14
-23 16 15 8
19 9 -22 1