Problem:
Call a positive integer n k-pretty if n has exactly k positive divisors and n is divisible by k. For example, 18 is 6-pretty. Let S be the sum of positive integers less than 2019 that are 20-pretty. Find 20Sβ.
Solution:
We begin by observing that any 20-pretty integer must be divisible by both 4 and 5, meaning it includes at least 22 and 5 in its prime factorization. Thus, let n=2aβ
5bβ
k, where aβ₯2, bβ₯1, and gcd(k,10)=1. The number of divisors of n is given by d(n)=(a+1)(b+1)d(k)=20.
We examine possible factorizations of 20 into (a+1)(b+1)d(k) under the constraints that a+1β₯3 and b+1β₯2.
Case 1: (a+1,b+1)=(5,2)β(a,b)=(4,1)
Then d(k)=1020β=2. So k must be a prime, and since gcd(k,10)=1, we only consider primes not divisible by 2 or 5. Also, we require n=24β
51β
k=80k<2020βk<25.25.
Valid primes k are 3,7,11,13,17,19,23. The corresponding values of n are:
80β
(3+7+11+13+17+19+23)=80β
93=7440
Case 2: (a+1,b+1)=(5,4)β(a,b)=(4,3)
Then d(k)=2020β=1, so k=1. This gives:
n=24β
53=16β
125=2000<2020
Other Cases: For instance, (a+1,b+1)=(4,5) or (10,2) result in n>2020 and are excluded.
Total sum: S=7440+2000=9440, so
20Sβ=209440β=472β
The problems on this page are the property of the MAA's American Mathematics Competitions