3. Here is the recursive definition of a sequence: f(1) = 3, f(n) = 2 x f(n-1) for
nz 2.
a. Find the first 5 terms of the sequence.
b. Graph the value of the term as a function of the
term number.
c. Is the sequence arithmetic, geometric, or neither?
Explain how you know.