n.
A positive integer that is equal to the sum of its positive integral factors, including 1 but excluding itself.
On this page
American Heritage Dictionary:
perfect number |
|
Featured Videos:
|
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 on Answers.com:
Perfect number |
In number theory, a perfect number is a positive integer that is equal to the sum of its proper positive divisors, that is, the sum of its positive divisors excluding the number itself (also known as its aliquot sum). Equivalently, a perfect number is a number that is half the sum of all of its positive divisors (including itself) i.e. σ1(n) = 2n.
|
Contents
|
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, and the mathematician Nicomachus had noted 8,128 as early as 100 AD.[1]
Then, in 1456, an unknown mathematician recorded the earliest reference to a fifth perfect number, with 33,550,336 being correctly identified for the first time.[2]
In 1588, the Italian mathematician Pietro Cataldi identified the sixth (8,589,869,056)[3] and the seventh (137,438,691,328) perfect numbers.[4]
Euclid proved that 2p−1(2p−1) is an even perfect number whenever 2p−1 is prime (Euclid, Prop. IX.36).
For example, the first four perfect numbers are generated by the formula 2p−1(2p−1), with p a prime number, as follows:
For 2p−1 to be prime, it is necessary that p itself 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. However, not all numbers of the form 2p−1 with a prime p are prime; for example, 211−1 = 2047 = 23 × 89 is not a prime number. (All factors of 2p−1 will be congruent to 1 mod 2p. For example, 211−1 = 2047 = 23 × 89 and both 23 and 89 yield a remainder of 1 when divided by 22. Furthermore, whenever p is a Sophie Germain prime—that is, 2p+1 is also prime—and 2p+1 is congruent to 1 or 7 mod 8, then 2p + 1 will be a factor of 2p−1.) In fact, Mersenne primes are very rare—of the 1,509,263 prime numbers p below 24,036,583, 2p−1 is prime for only 41 of them.
Over a millennium after Euclid, Ibn al-Haytham (Alhazen) circa 1000 AD conjectured 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.[5] 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 one-to-one relationship between even perfect numbers and Mersenne primes; each Mersenne prime generates one even perfect number, and vice versa. This result is often referred to as the Euclid–Euler Theorem. As of June 2010[update], 47 Mersenne primes and therefore 47 even perfect numbers are known.[6] The largest of these is 243,112,608 × (243,112,609−1) with 25,956,377 digits.
The first 41 even perfect numbers are 2p−1(2p−1) for
The other 6 known are for p = 25964951, 30402457, 32582657, 37156667, 42643801, and 43112609. It is not known whether there are others between them.
No proof is known whether there are infinitely many Mersenne primes and perfect numbers.
| Are there infinitely many perfect numbers? |
The search for new Mersenne primes is the goal of the GIMPS distributed computing project.
Because 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 ((2p+1)/3)th centered nonagonal number as well as 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, \\[8pt]
33550336 & = 2^{12}(2^{13}-1) & & = 1+2+3+\cdots+8189+8190+8191 \\
& & & = 1^3+3^3+5^3+\cdots+123^3+125^3+127^3.
\end{align}](http://wpcontent.answcdn.com/wikipedia/en/math/0/a/6/0a66bd56ba6dea1fc95634f6b53f9d56.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 (called the digital root) is obtained, always produces the number 1. For example, the digital root of 8128 is 1, because 8 + 1 + 2 + 8 = 19, 1 + 9 = 10, and 1 + 0 = 1. This works with all perfect numbers 2p−1(2p−1) with odd prime p and, in fact, all numbers of the form 2m−1(2m−1) for odd integer (not necessarily prime) m.
Owing to their form, 2p−1(2p−1), every even perfect number is represented in binary as p ones followed by p − 1 zeros:
| Are there any odd perfect numbers? |
It is unknown whether there are any odd perfect numbers, though various results have been obtained. Carl Pomerance has presented a heuristic argument which suggests that no odd perfect numbers exist. All perfect numbers are also Ore's harmonic numbers, and it has been conjectured as well that there are no odd Ore's harmonic numbers other than 1.
Any odd perfect number N must satisfy the following conditions:

In 1888, Sylvester stated:[15]
...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 either do not exist or are rare. 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:
, where c > 0 is a constant.[19] In fact it is
, using little-o notation.[20]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.
All perfect numbers are also
-perfect numbers, or Granville numbers.
|
||||||||||||||||||||||
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) |
| Is 23 a deficient number or perfect number? | |
| Is number 77 a near perfect number? | |
| What are some numbers similar to perfect numbers? |
Copyrights:
![]() |
![]() | American Heritage 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 (handyanswers.com). All rights reserved. Read more |
![]() |
![]() | Wikipedia on Answers.com. 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