| Dictionary: perfect number |
| 5min Related Video: perfect number |
| Science Q&A: What is a perfect number? |
A perfect number is a number equal to the sum of all its proper divisors (divisors smaller than the number) including 1. The number 6 is the smallest perfect number; the sum of its divisors 1, 2, and 3 equals 6. The next three perfect numbers are 28, 496, and 8,126. No odd perfect numbers are known. The largest known perfect number is
213466916 (213466917 -1).
It was discovered in 2001.
Previous question:
What is Occam's Razor?
Next question:
What is the ancient Greek problem of squaring the circle?
| Wikipedia: Perfect number |
| Divisibility-based sets of integers |
| Forms of factorization: |
| Prime number |
| Composite number |
| Powerful number |
| Square-free number |
| Achilles number |
| Constrained divisor sums: |
| Perfect number |
| Almost perfect number |
| Quasiperfect number |
| Multiply perfect number |
| Hyperperfect number |
| Superperfect number |
| Unitary perfect number |
| Semiperfect number |
| Primitive semiperfect number |
| Practical number |
| Numbers with many divisors: |
| Abundant number |
| Highly abundant number |
| Superabundant number |
| Colossally abundant number |
| Highly composite number |
| Superior highly composite number |
| Other: |
| Untouchable number |
| Deficient number |
| Weird number |
| Amicable number |
| Friendly number |
| Sociable number |
| Solitary number |
| Sublime number |
| Harmonic divisor number |
| Frugal number |
| Equidigital number |
| Extravagant number |
| See also: |
| Divisor function |
| Divisor |
| Prime factor |
| Factorization |
In mathematics, a perfect number is a positive integer that is the sum of its proper positive divisors, that is, the sum of the positive divisors excluding the number itself. Equivalently, a perfect number is a number that is half the sum of all of its positive divisors (including itself), or σ(n) = 2n.
The first perfect number is 6, because 1, 2, and 3 are its proper positive divisors, and 1 + 2 + 3 = 6. Equivalently, the number 6 is equal to half the sum of all its positive divisors: ( 1 + 2 + 3 + 6 ) / 2 = 6.
The next perfect number is 28 = 1 + 2 + 4 + 7 + 14. This is followed by the perfect numbers 496 and 8128 (sequence A000396 in OEIS).
These first four perfect numbers were the only ones known to early Greek mathematics.
Contents |
Euclid discovered that the first four perfect numbers are generated by the formula 2p−1(2p − 1):
Noticing that 2p − 1 is a prime number in each instance, Euclid proved that the formula 2p−1(2p − 1) gives an even perfect number whenever 2p − 1 is prime (Euclid, Prop. IX.36).
Ancient mathematicians made many assumptions about perfect numbers based on the four they knew, but most of those assumptions would later prove to be incorrect. One of these assumptions was[citation needed] that since 2, 3, 5, and 7 are precisely the first four primes, the fifth perfect number would be obtained when p = 11, the fifth prime. However, 211 − 1 = 2047 = 23 × 89 is not prime and therefore p = 11 does not yield a perfect number. Two other wrong assumptions were[citation needed]:
The fifth perfect number (33550336 = 212(213 − 1)) has 8 digits, thus refuting the first assumption. For the second assumption, the fifth perfect number indeed ends with a 6. However, the sixth (8 589 869 056) also ends in a 6. It is straightforward to show that the last digit of any even perfect number must be 6 or 8.
In order for 2p − 1 to be prime, it is necessary but not sufficient that p should be prime. Prime numbers of the form 2p − 1 are known as Mersenne primes, after the seventeenth-century monk Marin Mersenne, who studied number theory and perfect numbers.
Over a millennium after Euclid, Ibn al-Haytham (Alhazen) circa 1000 AD realized that every even perfect number is of the form 2p−1(2p − 1) where 2p − 1 is prime, but he was not able to prove this result.[1] It was not until the 18th century that Leonhard Euler proved that the formula 2p−1(2p − 1) will yield all the even perfect numbers. Thus, there is a concrete one-to-one association between even perfect numbers and Mersenne primes. This result is often referred to as the Euclid–Euler Theorem. As of September 2009, only 47 Mersenne primes are known,[2] which means there are 47 perfect numbers known, the largest being 243,112,608 × (243,112,609 − 1) with 25,956,377 digits.
The first 39 even perfect numbers are 2p−1(2p − 1) for
The other 8 known are for p = 20996011, 24036583, 25964951, 30402457, 32582657, 37156667, 42643801, 43112609. It is not known whether there are others between them.
It is still uncertain whether there are infinitely many Mersenne primes and perfect numbers. The search for new Mersenne primes is the goal of the GIMPS distributed computing project.
Since any even perfect number has the form 2p−1(2p − 1), it is the (2p − 1)th triangular number and the 2p−1th hexagonal number. Like all triangular numbers, it is the sum of all natural numbers up to a certain point; in this case: 2p − 1. Furthermore, any even perfect number except the first one is the sum of the first 2(p−1)/2 odd cubes:
![\begin{align}
6 & = 2^1(2^2-1) & & = 1+2+3, \\[8pt]
28 & = 2^2(2^3-1) & & = 1+2+3+4+5+6+7 = 1^3+3^3, \\[8pt]
496 & = 2^4(2^5-1) & & = 1+2+3+\cdots+29+30+31 \\
& & & = 1^3+3^3+5^3+7^3, \\[8pt]
8128 & = 2^6(2^7-1) & & = 1+2+3+\cdots+125+126+127 \\
& & & = 1^3+3^3+5^3+7^3+9^3+11^3+13^3+15^3.
\end{align}](http://wpcontent.answers.com/math/4/d/e/4de0a9973873e5b5a085db9fc7e994bf.png)
Even perfect numbers (except 6) give remainder 1 when divided by 9. This can be reformulated as follows. Adding the digits of any even perfect number (except 6), then adding the digits of the resulting number, and repeating this process until a single digit is obtained — the resulting number is called the digital root — produces the number 1. For example, the digital root of 8128 = 1, since 8 + 1 + 2 + 8 = 19, 1 + 9 = 10, and 1 + 0 = 1. The reason that this digital root doesn't work with the perfect number 6 is because it only works with perfect numbers 2p−1(2p − 1), with odd prime p, The perfect number 6 associated with the even prime 2.
Owing to their form, 2p−1(2p − 1), every even perfect number is represented in binary as p 1s followed by p − 1 0s:
It is unknown whether there are any odd perfect numbers. Various results have been obtained, but none that has helped to locate one or otherwise resolve the question of their existence. Carl Pomerance has presented a heuristic argument which suggests that no odd perfect numbers exist.[3] Also, it has been conjectured that there are no odd Ore's harmonic numbers (except for 1). If true, this would imply that there are no odd perfect numbers.
Any odd perfect number N must satisfy the following conditions:

...a prolonged meditation on the subject has satisfied me that the existence of any one such [odd perfect number] — its escape, so to say, from the complex web of conditions which hem it in on all sides — would be little short of a miracle.
All even perfect numbers have a very precise form; odd perfect numbers are rare, if indeed they do exist. There are a number of results on perfect numbers that are actually quite easy to prove but nevertheless superficially impressive; some of them also come under Richard Guy's strong law of small numbers:
The sum of proper divisors gives various other kinds of numbers. Numbers where the sum is less than the number itself are called deficient, and where it is greater than the number, abundant. These terms, together with perfect itself, come from Greek numerology. A pair of numbers which are the sum of each other's proper divisors are called amicable, and larger cycles of numbers are called sociable. A positive integer such that every smaller positive integer is a sum of distinct divisors of it is a practical number.
By definition, a perfect number is a fixed point of the restricted divisor function s(n) = σ(n) − n, and the aliquot sequence associated with a perfect number is a constant sequence.
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)
| Best of the Web: perfect number |
Some good "perfect number" pages on the web:
Math mathworld.wolfram.com |
| Year 1536 (in Science & Technology) | |
| abundant | |
| Take My Hand (1988 Album by Johnny Griffin) |
| What is second smallest whole number which is a a perfect square a perfect cube and a perfect fifth power? | |
| What is the highest perfect number calculated? | |
| What are the two smallest perfect numbers? |
Copyrights:
![]() | Dictionary. The American Heritage® Dictionary of the English Language, Fourth Edition Copyright © 2007, 2000 by Houghton Mifflin Company. Updated in 2009. Published by Houghton Mifflin Company. All rights reserved. Read more | |
![]() | Science Q&A. The Handy Science Answer Book. 2003 ©Visible Ink Press. All rights reserved. Read more | |
![]() | Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Perfect number". Read more |
Mentioned in