Question
Write a recursive sequence that represents the sequence defined by the following explicit formula: a_{n} = 3 - 4n
Answers
GPT 3.5
The recursive sequence for the explicit formula a_{n} = 3 - 4n is:
a_{1} = 3
a_{n} = a_{n-1} - 4, for n > 1
a_{1} = 3
a_{n} = a_{n-1} - 4, for n > 1