Write a recursive formula for a_{n} the n ^ (th) term of the sequence 8, 2, - 4, - 10

a_{n} = a_{n-1} - 6, for n >= 2

a_{1} = 8