You can
put this solution on YOUR website!Using the following sequence (-1,-5,-9,-13,...) find the function tn.
-----------------
Since the common difference is d = -4 and since a(1)=-1,
a(n) = -1 + (n-1)(-4)
a(n) = -1 -4n+4
a(n) = 3-4n
==================
Cheers,
Stan H.
You can
put this solution on YOUR website!Given the sequence (-1, -5, -9, -13, ...)
.
To find the function, first note that the difference between terms is -4 which has to be
added to the preceding term to get the next term in the series.
.
The first term is -1. So you can say that it equals 3 + (-4*1). The second term is then equal
to 3 + (-4*2) and the third term is 3 + (-4*3) and so on.
.
Therefore, to calculate

you can use the relationship:
.

.
where n represents the sequence number of the term you are looking for in the series. For example,
to find the 6th term in the series, substitute 6 for n and you have:
.

.
Hope this helps you to understand the problem and shows you a thought process that will
lead you to the answer.
.