Problem:
A positive integer will be called "sparkly" if its smallest (positive) divisor, other than , equals the total number of divisors (including ). How many of the numbers are sparkly?
Solution
Solution:
Suppose is sparkly; then its smallest divisor other than is some prime . Hence, has divisors. However, if the full prime factorization of is , the number of divisors is . For this to equal , only one factor can be greater than , so has only one prime divisor - namely - and we get . Conversely, any number of the form is sparkly. There are just three such numbers in the desired range , so the answer is .
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.