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. The snake has turned around if it occupied at the beginning, but after a finite number of moves occupies instead.
Determine whether there exists an integer such that: one can place some snake of length in an grid which can turn around.
Nikolai Beluhov