Answer:
The recursively defined function is:
[tex]\left \{ {{f(1)\ =\ 15} \atop {f(n)=f(n-1)+3}} \right.[/tex]
Step-by-step explanation:
A recursively defined function has two parts:
[tex]\left \{ {{f(0)\ \text{or}\ f(1)\ =\ a} \atop {f(n)\ =\ f(n-1)\ +\ d}} \right.[/tex]
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:
[tex]\left \{ {{f(1)\ =\ 15} \atop {f(n)=f(n-1)+3}} \right.[/tex]