document.write( "Question 982792: 1, 3, 15, 51, 131, ?
\n" ); document.write( "what the next in this and the logic please?
\n" ); document.write( "

Algebra.Com's Answer #603601 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "First I found the differences\r\n" );
document.write( "\r\n" );
document.write( "2,12,36,80\r\n" );
document.write( "\r\n" );
document.write( "I subtracted the squares 1,4,9,16 from those differences\r\n" );
document.write( "\r\n" );
document.write( "1,8,27,64\r\n" );
document.write( "\r\n" );
document.write( "I recognized those as the cubes.\r\n" );
document.write( "\r\n" );
document.write( "So to get the next term, we add the square and the cube of the\r\n" );
document.write( "number of the term\r\n" );
document.write( "\r\n" );
document.write( "The recursion formula is\r\n" );
document.write( "\r\n" );
document.write( "an+1 = an + n2 + n3, a1 = 1 \r\n" );
document.write( " \r\n" );
document.write( "-------------------\r\n" );
document.write( "\r\n" );
document.write( "Start with 1\r\n" );
document.write( "Add 12+13, which is 1+1=2, get 3\r\n" );
document.write( "Add 22+23, which is 4+8=12, get 15\r\n" );
document.write( "Add 32+33, which is 9+27=36, get 51\r\n" );
document.write( "Add 42+43, which is 16+64=80, get 131\r\n" );
document.write( "Add 52+53, which is 25+125=150, get 281\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );