Problem:
For every mβ₯2, let Q(m) be the least positive integer with the following property: For every nβ₯Q(m), there is always a perfect cube k3 in the range n<k3β€mβ n. Find the remainder when
m=2β2017βQ(m)
is divided by 1000.
Solution:
Each of the sets {2,3,4,5,6,7},{9,10,β¦,24}, and {32,33,β¦,62} has the form {n+1,n+2,β¦,mβ n} and contains no perfect cubes. Thus Q(7)>1,Q(3)>8, and Q(2)>31.
For a given m let k be the greatest integer such that k3β€Q(m)β1 and mβ (Q(m)β1)<(k+1)3. It follows that mk3+1β€(k+1)3, so (mβ1)k2β3kβ3β€0. Solving for k and using the fact that k is an integer yields
kβ€β2mβ23+12mβ3βββ
For m=2,3,4, and 8, it follows that kβ€3,2,1, and 0, respectively. Because mβ (Q(m)β1)<(k+1)3, it follows that Q(2)<33,Q(3)<10,Q(4)<3, and Q(8)<89β.
By definition Q(m)β₯Q(m+1)β₯1 for all m. Thus Q(m)=1 for all mβ₯8. Also, 2β€Q(7)β€Q(6)β€Q(5)β€Q(4)β€2, so Q(4)=Q(5)=Q(6)=Q(7)=2. Finally, Q(3)=9 and Q(2)=32. Therefore