document.write( "Question 1101365: The seven-term sequence 4,8,0,3,2,8,9 repeats every eighth term. What is the 207th term of the sequence? \n" ); document.write( "
Algebra.Com's Answer #715952 by Edwin McCravy(20059)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "\r\n" );
document.write( "There are blocks of 7 digits each, 4,8,0,3,2,8,9\r\n" );
document.write( "\r\n" );
document.write( "   29\r\n" );
document.write( "7)207\r\n" );
document.write( "  14\r\n" );
document.write( "   67\r\n" );
document.write( "   63\r\n" );
document.write( "    4\r\n" );
document.write( "\r\n" );
document.write( "So we go through 29 complete blocks of 7 digits each,\r\n" );
document.write( "and since the remainder is 4, the 207th term is the \r\n" );
document.write( "same as the 4th term, which is 3.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );