Answer:
Option c is correct.
The sequence is, 2, -3 , -8 , -13, -18, .....
Explanation:
Given the following as;
f(1) = 2
The recursive function is;
......[1]
to find the sequence defined by the recursive function;
Put n=2 in [1];


Substitute the value of f(1) = 2 we have;

Similarly, put n =3


Substitute the value of f(2) = -3 we have;

for n = 4 we have;


Substitute the value of f(3) = -8 we have;
and so on .......
Therefore, we get the sequence defined by the recursive formula is,
2, -3 , -8 , -13, -18, .........