document.write( "Question 46984: The sequence is defined recursively. Write the first four terms.\r
\n" ); document.write( "\n" ); document.write( "\r
\n" ); document.write( "\n" ); document.write( "I really need some help with this problem please.
\n" ); document.write( "

Algebra.Com's Answer #31155 by venugopalramana(3286)\"\" \"About 
You can put this solution on YOUR website!
The sequence is defined recursively. Write the first four terms.
\n" ); document.write( "a[1]=2 a[2]=5\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( " and a[n]=a[n-2] - 3a[n-1] for n >= 3
\n" ); document.write( "PUT N=3
\n" ); document.write( "A3=A1-3A2=2-3*5=2-15=-13
\n" ); document.write( "PUT N=4
\n" ); document.write( "A4=A2-3A3=5-3*(-13)=5+39=44\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "I really need some help with this problem please.
\n" ); document.write( "
\n" );