The explicit formula for the given sequence is a(n) = 1 + 4(n - 1).
A recursive function is one that iterates or uses its very own previous term to determine subsequent terms, resulting in a series of terms.
The recursive formula for an arithmetic sequence is as follows.
a(1) = 1 and a(n) = a(n - 1) + 4.
Remember that this formula provides us with two types of data.
Let's look for a formal formula again for sequence.
Thus, by the use of recursive definition, the explicit formula for the sequence is a(n) = 1 + 4(n - 1).
To know more about the explicit formula, here
https://brainly.com/question/22691266
#SPJ4