Write a recursive sequence that represents the sequence defined by the following explicit formula: a_{n} = 3 - 4n

The recursive sequence for the explicit formula a_{n} = 3 - 4n is:

a_{1} = 3
a_{n} = a_{n-1} - 4, for n > 1