Below is a binary matrix of shape [64,63]. I want to find an equation to compute the values of this matrix as a function of rows and column indices. Are there any common strategies to attack such questions? Any idea for the result in this specific case?
Background: I am trying to solve the 64 coin impossible chessboard puzzle. The problem below is a highly reduced version of that problem. I will not go into detail unless necessary, firstly because of spoilers, secondly because it is messy. I will just mention that I have obtained certain constraints for the subproblem, and then used a computer script to brute-force-search for a possible solution. If necessary, I can specify the constraints that the matrix possesses.
