2023 SSMO Team Round Problems/Problem 13
Problem
Let denote the product of all divisors of
Let
denote the set of all integers that are both a multiple of
and a factor of
Let
Suppose
is
. Find the value of
.
Solution
Let denote the number of factors of an integer
. Then
, which can be proved by pairing up factors whose product is
.
So,
The set consists of integers of the form
where
. Therefore, the product of elements of
is
Now, the value of is
Next, calculating :
\begin{align*}
G(n) &= \sqrt[n-1]{\prod_{i=2}^n 10^{-i-1}} = \sqrt[n-1]{10^{-\sum_{i=2}^n (i+1)}} \\
&= \sqrt[n-1]{10^{-(n(n+1)/2 - 1)}} = 10^{\frac{-(n+4)}{2}}.
\end{align*}
Finally,
giving a final answer of
~SMO_Team