1

The full question:

How many positive integers are multiples of 2013 and have exactly 2013 divisors (including 1 and the number itself)?

I thought of 2013!, but I think it wouldn't work out well, since it would have more than 2013 divisors. I don't have any other way to go through this problem, so it would be greatly appreciated if anyone can answer this with an explanation...

1 Answers1

2

$2013 = 3 \times 11 \times 61$.

Now, the number of divisors of $n=\prod p_i^{\alpha_i}$ is $\prod(\alpha_i+1)$.

Clearly, $\prod(\alpha+1)=2013 \implies n=p_1^2 p_2^{10} p_3^{60}$ for some $p_1,p_2,p_3$. ALso, since $2013|n$, $\{p_1,p_2,p_3\}=\{3,11,61\}$.

So, the number of such integers is $3!=6$.