Let k be a positive integer. Set a1=1 and, for every n≥1, an+1=k(a1+⋯+an)+1 (so for example a2=ka1+1 and a3=k(a1+a2)+1 ). What is the smallest value of k such that a2016 is a multiple of 34031⋅74027 ?
Pick one
Solution
Solution:
The answer is (B). Let us first show that an=(k+1)n−1: we have a1=1=(k+1)1−1 and an+1=k(an+…+a1)+1=kan+k(an−1+…+a1)+1=kan+an=(k+1)an; by induction, we obtain the desired formula.
Now consider a2016=(k+1)2015: it is divisible by 34031=32⋅2015+1 if and only if 33 divides k+1; similarly, a2016 is divisible by 74027=72⋅2015−3 if and only if k+1 is divisible by 72. In conclusion, k=33⋅72−1=1322 is the minimum admissible value.
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.
Source: MathNet,
licensed CC-BY-4.0.
Statement translated into English from it; metadata (topic, difficulty) added by this project.