document.write( "Question 1143446: Harmonic sequence:\r
\n" ); document.write( "\n" ); document.write( "2,2/3,2/5,2/7 with solution\r
\n" ); document.write( "\n" ); document.write( "What is the next term in the harmonic sequence 1/11,1/15,1/19,1/23,...? With solution\r
\n" ); document.write( "\n" ); document.write( "What is the nth term of the harmonic sequence 1/2,1/4,1/6,1/8 with solution
\n" ); document.write( "

Algebra.Com's Answer #764262 by Edwin McCravy(20060)\"\" \"About 
You can put this solution on YOUR website!
Harmonic sequence:\r\n" );
document.write( "\r\n" );
document.write( "2,2/3,2/5,2/7 with solution \r\n" );
document.write( "\r\n" );
document.write( "A harmonic sequence is the sequence of reciprocals of the terms of\r\n" );
document.write( "an arithmetic sequence.\r\n" );
document.write( "\r\n" );
document.write( "So we make the corresponding arithmetic sequence by taking reciprocals\r\n" );
document.write( "of the terms:\r\n" );
document.write( "\r\n" );
document.write( "1/2, 3/2, 5/2, 7/2, which has a1 = 1/2, and d = 2/2 or 1\r\n" );
document.write( "\r\n" );
document.write( "If has nth term an=a1+(n-1)d\r\n" );
document.write( "                an=1/2+(n-1)(1)\r\n" );
document.write( "                an=1/2+n-1\r\n" );
document.write( "                an=n-1/2\r\n" );
document.write( "                an=2n/n-1/n\r\n" );
document.write( "                an=(2n-1)/n\r\n" );
document.write( "\r\n" );
document.write( "So the nth term of the original harmonic sequence is the reciprocal of that:\r\n" );
document.write( "\r\n" );
document.write( "                an=n/(2n-1)\r\n" );
document.write( "\r\n" );
document.write( "-------------------\r\n" );
document.write( "\r\n" );
document.write( "For the others, form the corresponding arithmetic sequence, and proceed as \r\n" );
document.write( "above.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );