Question 707731: hi trying to find a pattern in the following numbers
1,2,6,14,____ can anyone help please
Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! hi trying to find a pattern in the following numbers
1,2,6,14,____ can anyone help please
------
n = 1: 1
n = 2: 1 + 2^0 = 2
n = 3: 1 + 2^0 + 2^2 = 6
n = 4: 1 + 2^0 + 2^2 + 2^3 = 14
----
k-th term: 1 + 2^0 + 2^2 + 2^3 + ...+ 2^(k-1)
=================
Cheers,
Stan H.
|
|
|