AMC 10 · 2019 · #15

Grade 8 number-theory
recursive-sequencesequences-arithmeticpattern-recognitiontelescoping-sum pattern-recognitionidentify-subproblems ↑ Prerequisites: recursive-sequencesequences-arithmetic
📏 Medium solution 💡 3 insights

Problem

A sequence of numbers is defined recursively by a1=1a_1 = 1, a2=37a_2 = \frac{3}{7}, and
an=an2an12an2an1a_n=\frac{a_{n-2} \cdot a_{n-1}}{2a_{n-2} - a_{n-1}}for all n3n \geq 3 Then a2019a_{2019} can be written as pq\frac{p}{q}, where pp and qq are relatively prime positive integers. What is p+q ?

Pick an answer.

(A)
2020
(B)
4039
(C)
6057
(D)
6061
(E)
8078

AMC 10 2019 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.