Problem:
Define a sequence recursively by t1β=20,t2β=21, and
tnβ=25tnβ2β5tnβ1β+1β
for all nβ₯3. Then t2020β can be written as qpβ, where p and q are relatively prime positive integers. Find p+q.
Solution:
Define a new sequence snβ=5tnβ so that the recurrence becomes
snβ=snβ2βsnβ1β+1β.
We compute the initial terms:
s1β=100, s2β=105
Then:
s3β=100105+1β=5053β
s4β=1055053β+1β=5250103β
s5β=5053β5250103β+1β=52505353ββ
5350β=105101β
s6β=5250103β105101β+1β=100, and
s7β=105101β100+1β=105.
So the sequence is periodic with period 5. Therefore,
s2020β=s5β=105101β and t2020β=5s2020ββ=525101β.
The requested sum is 101+525=626β.
The problems on this page are the property of the MAA's American Mathematics Competitions