AMC 10 · 2004 · #19

Grade 6 arithmetic
recursive-sequencepattern-recognitionmodular-arithmetic pattern-recognitionsystematic-enumeration ↑ Prerequisites: recursive-sequence
📏 Medium solution 💡 3 insights
Problem

In the sequence 20012001, 20022002, 20032003, \ldots , each term after the third is found by subtracting the previous term from the sum of the two terms that precede that term. For example, the fourth term is 2001+20022003=20002001 + 2002 - 2003 = 2000. What is the
2004th2004^\textrm{th} term in this sequence?

Pick an answer.

(A)
-2004
(B)
-2
(C)
0
(D)
4003
(E)
6007

AMC 10 2004 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.

Try it yourself first — the explanation is most useful after you’ve attempted it.