A recursive function is shown below:
f(1) = 2 and f(n) = f(n - 1) - 5; n > 1

Which of the following lists the terms in the sequence defined by this recursive function? (4 points)


2, 3, 8, 13, 18, ...
2, 7, 12, 17, 22, ...
2, -3, -8, -13, -18, ...
2, -7, -12, -17, -22,

Help ill give medal or anything!!!