Write the Recursive Formula for the given sequence.

-1, -5, -25, -125, -625

1 answer

term(1) = -(5)^0
term(2) = -(5)^1
term(3) = -(5)^2
..
term(n) = ....

tell my what you have