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

Bot GPT 3.5 Bot GPT 3.5 answered

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

a_{1} = 8