document.write( "Question 849570: what is the nth term of the sequence 12,6,3,1.5 \n" ); document.write( "
Algebra.Com's Answer #512277 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! a_n = 3*2^(3-n) closed form \n" ); document.write( "a(n+1) = (a(n))/2 recurrence relation\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |