For which $n$ is there a finite algorithm to choose between $n$ things with the same probability using a die?
For example, we can choose between 2 things, 3 things, 4 things, 6 things, and 8 things, but it seems we cannot choose between 7 things with a finite algorithm.
With a six sided die you can choose between any number of options of the form $2^p3^q$ with a finite process, but no others. The number of possible throws is always $6^k$ and so you need a fraction that terminates in base $6$, which means the denominator has to have factors only of $2$ and $3$.