Let be the sum of positive divisors of an integer and the number of positive integers smaller than that are coprime to . If is a prime number, what is the maximum value of
You may choose to read the following blog post on Euler's theorem .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Since p is prime, its divisors are 1 and p , so we have σ ( p ) = 1 + p . Since all integers from 1 to p − 1 are coprime to p , so ϕ ( p ) = p − 1 . Thus, ϕ ( p ) σ ( p ) = p − 1 p + 1 = p − 1 p − 1 + 2 = 1 + p − 1 2 . Clearly, p − 1 2 decreases as p increases. Since 2 is the smallest prime, we have p − 1 2 ≤ 2 − 1 2 = 2 . Hence ϕ ( p ) σ ( p ) ≤ 1 + 2 = 3 .