Hello Cayce,
For the given sequence, the common difference is d = 5.
Let a1 be the first term: a1 = 3.
Then a2 = a1 + 5 → a2 = 3 + 5 = 8,
and a3 = a2 + 5 → a3 = 8 + 5 = 13,
and a4 = a3 + 5 → a4 = 13 + 5 = 18, etc...
So, to get from one term to the next (recursively), you take the previous term, and add the common difference of 5.
This looks like
an = an-1 + 5.
But since there is no term before the first term, you have to state the first term as part of the recursive definition. That is,
a1 = 3
an = an-1 + 5.
I hope the above helps, and thank you for posting the question.
Michael Ehlers