PLS I NEED HELP WITH MY EXAM
a sequence is represented below.
{–5, –25, –125, –625, -3125, ...}
Which recursive notation could be used to represent the sequence?
F. a1 = –5, an = 5an-1
G. a1 = 5, an = –5an–1
H. a1 = –5, an = an-1+ 5
J. a1 = 5, an = an–1 – 5