document.write( "Question 714515: find the formula of tn for 3,6,12,24,48,96
\n" ); document.write( "thanks,
\n" ); document.write( "victor
\n" ); document.write( "

Algebra.Com's Answer #438841 by Simnepi(216)\"\" \"About 
You can put this solution on YOUR website!
Hello Victor!
\n" ); document.write( "let us look at your sequence 3, 6, 12, etc.
\n" ); document.write( "each term has the common factor of 3 i.e. we have the sequence
\n" ); document.write( "3*1, 3*2, 3*4, 3*8, 3*16, 3*32....
\n" ); document.write( "ignoring the 3's for a moment, the sequence is
\n" ); document.write( "1, 2, 4, 8, 16, 32...
\n" ); document.write( "these are all powers of two
\n" ); document.write( "i.e. \"2%5E0=1\" \"2%5E1=2\" \"2%5E2=4\"etc
\n" ); document.write( "The powers of 2 are 1 less than the position of the number in the sequence
\n" ); document.write( "so we can now say
\n" ); document.write( "the sequence is
\n" ); document.write( "\"3%2A2%5E%28n-1%29\"
\n" ); document.write( "
\n" );