1. Find a recursive definition for the sequence 2, 3, 5, 9, 17,... Assume the first term in the sequence is indexed by n = 1, and enter f_{n-1} as f(n - 1).
f(1) = and f_n = for n > 1.
2. Find a formula for the nth term that depends only on n
f_n =
Note: In order to get credit for this problem all answers must be correct.