A sequence has 101 terms, each of which is a positive integer. If
a term, , is even, the next term
is equal to . If a
term, , is odd, the next term is
equal to . For
example, if the first term is ,
then the second term is 4 and the third term is 3. If the first term is
, the 101st term is
Problem 355
Pick one
Official solution
The 1st term is 16.
Since 16 is even, the 2nd term is .
Since 9 is odd, the 3rd term is .
Since 5 is odd, the 4th term is .
Since 3 is odd, the 5th term is .
Since 2 is even, the 6th term is .
This previous step shows us that when one term is 2, the next term
will also be 2.
Thus, the remaining terms in this sequence are all 2.
In particular, the 101st term is 2.