document.write( "Question 998671: 1 , 8 , 18 ...
\n" ); document.write( "in the sequence above , the first term is 1 and the sum of the first n terms is equal to 3 to the power n for all n > 1
\n" ); document.write( "what is the fourth term in the sequence ?
\n" ); document.write( "

Algebra.Com's Answer #616429 by KMST(5328)\"\" \"About 
You can put this solution on YOUR website!
The sum of the first \"2\" terms, \"a%5B1%5D=1\" and \"a%5B2%5D=8\" , is
\n" ); document.write( "\"a%5B1%5D%2Ba%5B2%5D=1%2B8=9=3%5E2\" .
\n" ); document.write( "The sum of the first \"3\" terms, going all the way to \"a%5B3%5D=18\" , is
\n" ); document.write( "\"a%5B1%5D%2Ba%5B2%5D%2Ba%5B3%5D=9%2Ba%5B3%5D=9%2B18=27=9%5E3\" .
\n" ); document.write( "The sum of the first \"4\" terms, going all the way to \"a%5B4%5D\"= the fourth term (to be found), is
\n" ); document.write( "\"a%5B1%5D%2Ba%5B2%5D%2Ba%5B3%5D%2Ba%5B4%5D=27%2Ba%5B4%5D\" must be \"3%5E4=81\" .
\n" ); document.write( "So \"27%2Ba%5B4%5D=81\"-->\"a%5B4%5D=81-27\"-->\"a%5B4%5D=highlight%2854%29\" .\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "EXTRA:
\n" ); document.write( "If \"a%5B1%5D%2Ba%5B2%5D%2B%22...%22%2Ba%5Bn-1%5D%2Ba%5Bn%5D=3%5En\" ,
\n" ); document.write( "then \"a%5B1%5D%2Ba%5B2%5D%2B%22...%22%2Ba%5Bn-1%5D=3%5E%28n-1%29\" , and
\n" ); document.write( "
\n" ); document.write( "\"a%5Bn%5D=3%5En-3%5E%28n-1%29\"
\n" ); document.write( "\"a%5Bn%5D=3%2A3%5E%28n-1%29-3%5E%28n-1%29\"
\n" ); document.write( "\"a%5Bn%5D=%283-1%29%2A3%5E%28n-1%29\"
\n" ); document.write( "\"a%5Bn%5D=2%2A3%5E%28n-1%29\"
\n" ); document.write( "All of that for \"n%3E1\" , of course, as the problem specified.
\n" ); document.write( "For \"n=1\", the sum of the first \"n=1\" terms is \"a%5B1%5D=1\" ,
\n" ); document.write( "which is not equal to \"3%5E1=3\" .
\n" ); document.write( "That formula \"a%5Bn%5D=2%2A3%5E%28n-1%29\" is how I mentally calculated \"a%5B4%5D=2%2A3%5E3=2%2A27=54\" ,
\n" ); document.write( "because \"81-54\" is the type of calculation that I have hated to do since the first grade.
\n" ); document.write( "
\n" );