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 . The game begins with some tokens placed in . At each turn, tokens are added or removed from using the following rule: For each integer , if exactly one of and has a token, place a token at 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.