MathDB
a game played on the integers in the closed interval [1, n]

Source: 2018 SMT - Stanford Math Tournament , Team Round, Proof Question 2

January 26, 2022
combinatoricsgamegame strategy

Problem Statement

Consider a game played on the integers in the closed interval [1,n][1, n]. The game begins with some tokens placed in [1,n][1, n]. At each turn, tokens are added or removed from[1,n] [1, n] using the following rule: For each integer k[1,n]k \in [1, n], if exactly one of k1k - 1 and k+1k + 1 has a token, place a token at kk for the next turn, otherwise leave k blank for the next turn. We call a position static if no changes to the interval occur after one turn. For instance, the trivial position with no tokens is static because no tokens are added or removed after a turn (because there are no tokens). Find all non-trivial static positions.