Write a recursive formula for the a_{n}; n ^ (th) term of the sequence 5, - 15, 45, - 135

a_{n} = -3 * a_{n-1}