document.write( "Question 707731: hi trying to find a pattern in the following numbers
\n" );
document.write( "1,2,6,14,____ can anyone help please
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #435835 by stanbon(75887) ![]() You can put this solution on YOUR website! hi trying to find a pattern in the following numbers \n" ); document.write( "1,2,6,14,____ can anyone help please \n" ); document.write( "------ \n" ); document.write( "n = 1: 1 \n" ); document.write( "n = 2: 1 + 2^0 = 2 \n" ); document.write( "n = 3: 1 + 2^0 + 2^2 = 6 \n" ); document.write( "n = 4: 1 + 2^0 + 2^2 + 2^3 = 14 \n" ); document.write( "---- \n" ); document.write( "k-th term: 1 + 2^0 + 2^2 + 2^3 + ...+ 2^(k-1) \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |