There is a simple game with coins that goes as follows.
You have $x$ coins and two players who take turns. Each player can either remove one or two coins. The winner is the person who removes the last coin(s).
A little experimentation will show that the first player always wins unless $x$ is a multiple of $3$. You can convince yourself this is true by solving for $x=1,2,3$ and then noticing that you can win if and only if at least one of $x-1$ and $x-2$ coins is a loss for the first player.
This explanation isn't quite as elegant as I was hoping however. Is there nicer or more elegant explanation for the fact that you can always win unless $x$ is a multiple of $3$?