In a certain sequence of numbers, each term is generated by the rule:
If the term number is odd, multiply the term by 2. If the term number is even, add 5 to the previous term.
The first term of the sequence is 3. What is the value of the 5th term?