For each positive integer n, define Vn=⌊2n2020⌋+⌊2n2021⌋. Prove that, in the sequence V1,V2,…, there are infinitely many odd integers, as well as infinitely many even integers. Remark. ⌊x⌋ is the largest integer that does not exceed the real number x.
Solution
Let an=1{{2n2020}}>21, bn=1{{2n2021}}>21. Suppose that after some term N the parity of Vn is always the same, then the parity of Vn+1−2Vn=an+bn must also always be the same. This means an=bn∀n≥N, or an=1−bn∀n≥N. In other words, in binary, 2N2020 and 2N2021 either have the same fractional part, or their fractional parts sum to 1, but in either case, one of 2021±2020 must be rational. But this implies that 2020×2021 is rational, a contradiction, hence the original statement holds.
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 zh; metadata (topic, difficulty) added by this project.