A list of integers starts with $2016$ and follows this rule: (a) If the current integer is even, then divide it by $2$ to get the next integer. (b) If the current integer is odd, then add $1$ to it to get the next integer. What is the first one-digit integer in this list?