document.write( "Question 1059746: The sequence is defined recursively. Write the first four terms.
\n" ); document.write( "a1=2;an=an-1/n
\n" ); document.write( "

Algebra.Com's Answer #674800 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
I'll find the first term.
\n" ); document.write( "You do the rest.
\n" ); document.write( "\"a%5B1%5D=2\"
\n" ); document.write( "\"a%5Bn%2B1%5D=a%5Bn%5D-1%2Fn\"
\n" ); document.write( "So,
\n" ); document.write( "\"a%5B1%2B1%5D=a%5B1%5D-1%2F1\"
\n" ); document.write( "\"a%5B2%5D=a%5B1%5D-1\"
\n" ); document.write( "\"a%5B2%5D=2-1\"
\n" ); document.write( "\"a%5B2%5D=1\"
\n" ); document.write( "So then,
\n" ); document.write( "\"a%5B2%2B1%5D=a%5B2%5D-1%2F2\"
\n" ); document.write( "\"a%5B3%5D=1-1%2F2\"
\n" ); document.write( "Finish that and then find the next two similarly.
\n" ); document.write( "
\n" );