2023 SSMO Accuracy Round Problems/Problem 5
Problem
Define the between two numbers
and
to be
where
is the number of divisors of
. Find the sum of integers
which have a relationship of
with
.
Solution
Since , we have
. For any number
such that
, we get
Let where
. Then the expression becomes
Substituting ,
, and
, we get
Try . Then
Expanding gives
Using Simon's Favorite Factoring Trick, which has a solution of
,
.
So ,
, and
, which means
,
, and
. Therefore,
for some
relatively prime to 360.
Since , we have
. The values of
satisfying this are
. The sum of such integers
is
~SMO_Team