What are the Perfect Numbers?
Definition: A Perfect Number N is defined as any positive integer where the sum of its divisors minus the number itself equals the number. The first few of these, already known to the ancient Greeks, are 6, 28, 496, and 8128.
A Perfect Number “n”, is a positive integer which is equal to the sum of its factors, excluding “n” itself.
Euclid, over two thousand years ago, showed that all even perfect numbers can be represented by,
N = 2p-1(2p -1) where p is a prime for which 2p -1 is a Mersenne prime.
That is, we have an even Perfect Number of the form N whenever the Mersenne Number 2p -1 is a prime number. Undoubtedly Mersenne was familiar with Euclid’s book in coming up with his primes.
Perfect Number Table:
The following gives a table of the first nine Mersenne Primes and Perfect Numbers
Prime, p | Mersenne Prime, 2p -1 | Perfect Number, 2p-1(2p -1) |
---|---|---|
2 | 3 | 6 |
3 | 7 | 28 |
5 | 31 | 496 |
7 | 127 | 8128 |
13 | 8191 | 33550336 |
17 | 131071 | 8589869056 |
19 | 524287 | 137438691328 |
31 | 2147483647 | 2305843008139952128 |
61 | 2305843009213693951 | 2658455991569831744654692615953842176 |
History of Perfect Number
It is not known when Perfect Numbers were first discovered, or when they were studied, it is thought that they may even have been known to the Egyptians, and may have even been known before. Although the ancient mathematicians knew of the existence of Perfect Numbers, it was the Greeks who took a keen interest in them, especially Pythagoras and his followers (O’Connor and Robertson, 2004).
The Pythagoreans found the number 6 interesting (more for its mystical and numerological properties than for any mathematical significance), as it is the sum of its proper factors, i.e. 6 = 1 + 2 + 3 This is the smallest Perfect Number, the next being 28 (Burton, 1980).
Though the Pythagoreans were interested in the occult properties of Perfect Numbers, they did little of mathematical significance with them. It was around 300 BC when Euclid wrote his Elements that the first real result was made. Although Euclid concentrated on Geometry, many number theory results can be found in his text (Burton, 1980).
We shall consider Euclid’s result in a moment, but first, let’s define Perfect Numbers more broadly. There are numerous ways to define Perfect Numbers, the early definitions being given in terms of aliquot parts. The author defines:Â A Perfect Number n, is a positive integer which is equal to the sum of its factors, excluding n itself.
Also Check: Euclidean Geometry
Solved Examples on Perfect Numbers
Example 1:
Find all the perfect numbers from 1 to 500.
Solution:
We know that every perfect number can be expressed as 2p – 1(2p – 1) where p is a prime number.
Using the above formula let us find the perfect numbers from 1 to 500.
For n = 2, 22 – 1(22 – 1) = 2(4 –1) = 2 × 3 = 6.
For n = 3, 23 – 1(23 – 1) = 22(8 – 1) = 4 × 7 = 28
For n = 5, 25 – 1(25 – 1) = 24(32 – 1) = 16 × 31 = 496
∴ the perfect numbers between 1 to 500 are 6, 28 and 496.
Example 2:
Check whether the following numbers are perfect numbers or not.
(i) 282
(ii) 8128
Solution:
(i) Factors of 282 are 1, 2, 3, 6, 47, 94, 141, 282.
The proper divisors of 282 are 1, 2, 3, 6, 47, 94, 141.
Now,
1 + 2 + 3 + 6 + 47 + 94 + 141 = 294 ≠282.
Thus, 282 is not a perfect number.
(ii) Factors of 8128 are 1, 2, 4, 8, 16, 32, 64, 127, 254, 508, 1016, 2032, 4064 and 8128
Proper divisors of 282 = 1, 2, 4, 8, 16, 32, 64, 127, 254, 508, 1016, 2032, 4064Â
Now,Â
1 + 2 + 4 + 8 + 16 + 32 + 64 + 127 + 254 + 508 + 1016 + 2032 + 4064 = 8128
Thus, 8128 is a perfect number.
Example 3:
State true or false for the following statements:
(i) Every number can be expressed as 2p –1(2p – 1).
(ii) Till now there do not exist any odd perfect numbers.
(iii) The numbers which can be expressed as the sum of their proper divisors are called perfect numbers.
Solution:
(i) Every number can be expressed as 2p –1(2p – 1). – False.
(ii) Till now there do not exist any odd perfect numbers. Â – True
(iii) The numbers which can be expressed as the sum of their proper divisors are called perfect numbers. – True.
Questions Based on Perfect Number
Question 1: Verify that 28 is a perfect number.
Question 2: Verify in the case 18 = 2 · 3 2 = p k q l that the sum σ(n) of all divisors satisfies the formula
σ(n) = (1+P+P2+…Pk)(1+q+q2+…ql)
Video Lesson on Numbers
Frequently Asked Questions
What are the Perfect Numbers?
A perfect number is defined as a positive integer which is equal to the sum of its positive divisors, excluding the number itself.
Which is the Smallest Perfect Number?
The smallest perfect number is 6, which is the sum of 1, 2, and 3.
How Many Perfect Numbers are there and What are the Perfect Numbers from 1 to 100?
There are around 51 known perfect numbers. There are only 2 perfect numbers from 1 to 100 which are 6 and 28. The latest perfect number was discovered in 2018 which has 49,724,095 digits.
What are the First 5 Perfect Numbers?
The first 5 perfect numbers are 6, 28, 496, 8128, and 33550336.
I need the answer of the question
Can you please tell me why 130816 is not considered to be perfect.
The number 2^(p-1) (2^P – 1) is a perfect number, when (2^P – 1) should be a prime number. The number 130816 can be written as:
130816 = 2^8(2^9-1)
In this case, p=9
130816 = 256 (511)
Here (2^P – 1) = 511 is not a prime number. Hence, the number 130816 is not a perfect number.
Dear Sir , Thank you for your rapid response. Much appreciated.