document.write( "Question 675337: find the next term of the sequence {1,4,11,26,57,120,...}? \n" ); document.write( "
Algebra.Com's Answer #419760 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! find the next term of the sequence {1,4,11,26,57,120,...}? \n" ); document.write( "---------- \n" ); document.write( "Term n = term n-1 + 2^n - 1 \n" ); document.write( "247 \n" ); document.write( " |