Maths Olympiad Prep

Library / /58 of 68

, 2017

Number theory Difficulty 6.4 National Olympiad Prove it United States

Problem:
Kelvin the Frog was bored in math class one day, so he wrote all ordered triples (a,b,c)(a, b, c) of positive integers such that abc=2310a b c = 2310 on a sheet of paper. Find the sum of all the integers he wrote down. In other words, compute
abc=2310a,b,cN(a+b+c) \sum_{\substack{a b c = 2310 \\ a, b, c \in \mathbb{N}}} (a + b + c)
where N\mathbb{N} denotes the positive integers.

Solution

Solution:
Note that 2310=2357112310 = 2 \cdot 3 \cdot 5 \cdot 7 \cdot 11. The given sum clearly equals 3abc=2310a3 \sum_{a b c = 2310} a by symmetry. The inner sum can be rewritten as
a2310aτ(2310a) \sum_{a \mid 2310} a \cdot \tau\left(\frac{2310}{a}\right)
as for any fixed aa, there are τ(2310a)\tau\left(\frac{2310}{a}\right) choices for the integers b,cb, c.
Now consider the function f(n)=anaτ(na)f(n) = \sum_{a \mid n} a \cdot \tau\left(\frac{n}{a}\right). Therefore, f=nτf = n * \tau, where nn denotes the function g(n)=ng(n) = n and * denotes Dirichlet convolution. As both nn and τ\tau are multiplicative, ff is also multiplicative.
It is easy to compute that f(p)=p+2f(p) = p + 2 for primes pp. Therefore, our final answer is 3(2+2)(3+2)(5+2)(7+2)(11+2)=491403(2 + 2)(3 + 2)(5 + 2)(7 + 2)(11 + 2) = 49140.

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.

Source: MathNet, licensed CC-BY-4.0. Statement reproduced verbatim; metadata (topic, difficulty) added by this project.