Maths Olympiad Prep

Library / /15 of 86

Number theory Difficulty 6.0 AIME, harder Prove it United States

Problem:

An integer is a perfect number if and only if it is equal to the sum of all of its divisors except itself. For example, 2828 is a perfect number since 28=1+2+4+7+1428 = 1 + 2 + 4 + 7 + 14.

Let n!n! denote the product 123n1 \cdot 2 \cdot 3 \cdots n, where nn is a positive integer. An integer is a factorial if and only if it is equal to n!n! for some positive integer nn. For example, 2424 is a factorial number since 24=4!=123424 = 4! = 1 \cdot 2 \cdot 3 \cdot 4.

Find all perfect numbers greater than 11 that are also factorials.

Solution

Solution:

The only perfect factorial is 6=3!6 = 3!. Certainly, 2!=22! = 2 is not perfect. For n>3n > 3, note that n!=6kn! = 6k, where k>1k > 1, and thus the factors of n!n! will include 1,k,2k,3k1, k, 2k, 3k. This sums to 6k+16k + 1, showing that n!n! is not perfect.

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.