Problem:
Given a real number x, let βxβ denote the greatest integer less than or equal to x. For a certain integer k, there are exactly 70 positive integers n1β,n2β,β¦,n70β such that k=β3n1βββ=β3n2βββ=β―=β3n70βββ and k divides niβ for all i such that 1β€iβ€70. Find the maximum value of kniββ for 1β€iβ€70.
Solution:
Because kβ€3niββ<k+1, it follows that k3β€niβ<(k+1)3=k3+3k2+3k+1. Because k is a divisor of niβ, there are 3k+4 possible values for niβ, namely k3,k3+k,β¦,k3+3k2+3k. Hence 3k+4=70 and k=22. The desired maximum is kk3+3k2+3kβ=k2+3k+3=553β.