← Back to Test

Problem 5 - Entrance Test

For each positive integer n, let a_n be the sum of the distinct positive divisors of n that are less than n and relatively prime to n. What is the maximum value of a_n for n between 1 and 20?

Correct: C

undefined