document.write( "Question 589466: For the sequence, describe the pattern, write the next term, and write a rule for the nth term.
\n" ); document.write( "-2,05,-8,-11,...
\n" ); document.write( "

Algebra.Com's Answer #374874 by KMST(5328)\"\" \"About 
You can put this solution on YOUR website!
If you fat-fingered that zero and your sequence was really -2, -5, -8, -11, then each term is found by adding -3 to the previous one, so
\n" ); document.write( "\"a%5Bn%2B1%5D=a%5Bn%5D-3\" (recursive formula) and \"a%5Bn%5D=-2-3%28n-1%29\"
\n" ); document.write( "
\n" );