The rule is simple: if the previous number is odd, multiply it by 3 and add 1, if it is even, divide it by 2
If someone reached 1 the next person choose a random number and restart the process
Inspired by https://en.wikipedia.org/wiki/Collatz_conjecture
17
If someone reached 1 the next person choose a random number and restart the process
Inspired by https://en.wikipedia.org/wiki/Collatz_conjecture
17