Pawns are placed randomly on each square on a $n$ by $n$ chessboard, removed and placed randomly again. What's the probability of their new square being adjacent to their previous one for $n$ even? Adjacent squares are such squares that share an edge.
I know that for $n$ odd the probability is zero. This is because each of the pawns needs to be placed on a square of opposite colour to their previous one, and so there needs to be an equal number of white and black squares on the board, which is not true for $n$ odd.
I asked this question on Quora (one answer there states a formula that might be correct) but maybe Stack Exchange is more appropriate for it.