Write a recursive sequence that represents the sequence defined by the following explicit formula: a_{n} = 80 * (- 1/2) ^ (n + 1)

a_{1} = 80 * (-1/2) = -40

a_{n} = (-1/2) * a_{n-1}