Groups
The Harmonic Lemma says that the values of \lfloor n/i \rfloor only change about 2\sqrt{n} times, so you can iterate those value blocks in O(\sqrt{n}) instead of O(n).
Nim is a two-player impartial game with several piles where a move removes any positive number of stones from exactly one pile.