Problem:
A snake of length is an animal which occupies an ordered -tuple of cells in a grid of square unit cells. These cells must be pairwise distinct, and and must share a side for . If the snake is currently occupying and is an unoccupied cell sharing a side with , the snake can move to occupy instead.
Initially, a snake of length 4 is in the grid occupying the positions with as its head. The snake repeatedly makes a move uniformly at random among moves it can legally make. Estimate , the expected number of moves the snake makes before it has no legal moves remaining.
An estimate of will earn points.