Answer:
The recursively defined function is:
Explanation:
A recursively defined function has two parts:
- The smallest argument, usually f (0) or f (1).
- The nth argument, f (n) given f (n - 1), f (n - 2), etc.
In this case it is provided that:
The first term, f (1) = 15
Common difference, d = 3
Then the recursively defined function in this case is: