document.write( "Question 1209378: What is the 1000th value of the following sequence?
\n" );
document.write( "1/1,1/2,2/2,1/3,2/3,3/3,1/4,2/4,3/4,4/4,... \n" );
document.write( "
Algebra.Com's Answer #848709 by Edwin McCravy(20056)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "\r\n" ); document.write( "1/1,\r\n" ); document.write( "1/2,2/2,\r\n" ); document.write( "1/3,2/3,3/3,\r\n" ); document.write( "1/4,2/4,3/4,4/4,\r\n" ); document.write( "...\r\n" ); document.write( "\r\n" ); document.write( "The 1st 1 is term number 1=1 and it is written 1/1\r\n" ); document.write( "The 2nd 1 is term number 1+2=3 and it is written 2/2\r\n" ); document.write( "The 3rd 1 is term number 1+2+3=6 and it is written 3/3\r\n" ); document.write( "The 4th 1 is term number 1+2+3+4=10 and it is written 4/4\r\n" ); document.write( "\r\n" ); document.write( "The sum of the first k positive integers is \n" ); document.write( " \n" ); document.write( " |