document.write( "Question 379237: Write the first five terms of the arithmetic sequence. Find the common difference and the nth term of the sequence as a function of n.\r
\n" ); document.write( "\n" ); document.write( "a 1=2; a k+1=a k-4\r
\n" ); document.write( "\n" ); document.write( "I'm a very confused about this question. I understand the Fibonnaci sequence though. Do I solve this the same way?
\n" ); document.write( "

Algebra.Com's Answer #269449 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
Given a_1 = 2, a_(k+1) = a_k - 4, we have\r
\n" ); document.write( "\n" ); document.write( "a_1 = 2
\n" ); document.write( "a_2 = a_1 - 4 = 2 - 4 = -2
\n" ); document.write( "a_3 = a_2 - 4 = -2 - 4 = -6.\r
\n" ); document.write( "\n" ); document.write( "Therefore the common difference is -4, and we can establish:\r
\n" ); document.write( "\n" ); document.write( "a_n = 6 - 4n (based on the original conditions)\r
\n" ); document.write( "\n" ); document.write( "Also, the Fibonacci sequence is not an arithmetic sequence, as the difference between successive terms increases.
\n" ); document.write( "
\n" );