4) A sequence is defined recursively by f(1) = 2
and f(n) = 3f(n-1) + 1. Find the first three
terms of the sequence.
- How do I do this question and just Recursive Sequences in general?
