
William W. answered 09/21/19
Experienced Tutor and Retired Engineer
I don't quite understand your question. Please make sure you typed it correctly.
If the sequence is a geometric sequence, then to go from one term to the next, I multiply by the common ratio. In this case, since the common ration is 4, I multiply each term by 4 to get to the next term.
One way of expressing that is to use what's called a recursive equation. A recursive equation requires you to know what term you are on and then it allows you to find the next term (in this case by multiplying by 4).
If we define the "term we are on" as tn then the next term would be one more from that or tn+1. So we could write:
The next term (tn+1) is the term we are on (tn) * 4 or:
tn+1 = tn * 4 or
tn+1 = 4tn
But I'm not sure if that answers your question or not. : (