document.write( "Question 939169: i need to know the nth term for and how. thanks.
\n" ); document.write( "8,43,138,323,628,1083, 1718....
\n" ); document.write( "

Algebra.Com's Answer #572310 by Edwin McCravy(20081)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Here's the way I did it.  Not with a difference table.\r\n" );
document.write( "\r\n" );
document.write( "Let the nth term be an.\r\n" );
document.write( "\r\n" );
document.write( "I noticed first that the last digits go 8,3,8,3,8,3,8.\r\n" );
document.write( "\r\n" );
document.write( "Since the last digits differ by ±5, I noticed that if \r\n" );
document.write( "we subtract 3 from each one, the last digits of the new \r\n" );
document.write( "sequence will go 5,0,5,0,5,0 and therefore all be \r\n" );
document.write( "multiples of 5.\r\n" );
document.write( "\r\n" );
document.write( "Let's subtract 3 from each, and we get a sequence\r\n" );
document.write( "which has nth term \"a%5Bn%5D-3\" \r\n" );
document.write( "\r\n" );
document.write( "5, 40, 135, 320, 625, 1080, 1715\r\n" );
document.write( "\r\n" );
document.write( "Let's divide them by 5 and get a sequence with \r\n" );
document.write( "nth term \"%28a%5Bn%5D-3%29%2F5\"\r\n" );
document.write( "\r\n" );
document.write( "1, 8, 27, 64, 125, 216, 343\r\n" );
document.write( "\r\n" );
document.write( "Aha. that is the sequence of cubes which has\r\n" );
document.write( "nth term \"n%5E3\".\r\n" );
document.write( "\r\n" );
document.write( "So we have the equation \r\n" );
document.write( "\r\n" );
document.write( "\"%28a%5Bn%5D-3%29%2F5\"\"%22%22=%22%22\"\"n%5E3\"\r\n" );
document.write( "\r\n" );
document.write( "\"a%5Bn%5D-3\"\"%22%22=%22%22\"\"5n%5E3\"\r\n" );
document.write( "\r\n" );
document.write( "\"a%5Bn%5D\"\"%22%22=%22%22\"\"5n%5E3%2B3\"\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );