Abundant numbers
In this article, readers are expected to know how to sum the factors of any integer. If you are not familiar with that concept, please see the main article first: Sum of Factors.
An abundant number (also known as excessive numbers) is a positive integer such that the sum of its proper divisors is greater than the number itself. Or equivalently, a positive integer is said to be abundant if , where denotes the sum of factors of .
Contents
Examples of Abundant Numbers
12 is an abundant number, and this is because the sum of its proper divisors (1, 2, 3, 4, 6) is larger than 12. It can be shown by trial and error that 12 is the first abundant number (i.e. there are no abundant numbers smaller than 12).
The following is the list of the first 22 abundant numbers:
12, 18, 20, 24, 30, 36, 40, 42, 48, 54, 56, 60, 66, 70, 72, 78, 80, 84, 88, 90, 96, 100.
In fact, the first 60 abundant numbers are all even numbers! But this does not mean that all abundant numbers are even numbers. Can you find the first odd abundant number? Submit your answer below.
We call a positive integer abundant if the sum of its proper divisors is greater than itself.
For example, 18 is abundant because the sum of its proper divisors is greater than itself.
What is the smallest odd abundant number?
As you might have already figured out from the exercise above, determining whether an integer is abundant is a rather tedious process and should be left to be solved by computers.
Properties of Abundant Numbers
- There exist infinitely many even and odd abundant numbers.
- All multiples of an abundant number are also abundant.
- If is a perfect number, then are all abundant numbers.
- Every even integer greater than 46 can be written as the sum of 2 abundant numbers in at least 1 way.
Let be an even number, so has 6 possible values.
Note that 12, 20 and 40 are abundant numbers, and they will be used in the following 6 cases:
Case 1: If , then it can be expressed as a sum of smaller multiples of 12 in at least 2 ways e.g
Case 2: If , we can rewrite for some odd , so is abundant.
Case 3: If , we can rewrite for some odd , so is abundant.
Case 4: If , we can rewrite .
Case 5: If , we can rewrite .
Case 6: If , we can rewrite for some integer .
We have considered all 6 cases, and thus the proof holds true.
By applying the properties above, see if you can solve this exercise!
The following is the list of all the positive divisors of 66 that are smaller than 66:
The sum of these numbers is larger than 66 itself.
Is it also true that the sum of all the positive divisors of 666666 that are smaller than 666666 is larger than 666666?