Overview
A perfect number is an integer equal to the sum of its proper positive divisors — that is, all positive divisors excluding the number itself. In elementary terms, if the divisors of n other than n add up to n, then n is called perfect. The concept belongs to classical number theory and sits alongside related classifications such as deficient and abundant numbers.
Basic properties and examples
Small examples are helpful to illustrate the idea. The first perfect number is 6 because its proper divisors are 1, 2 and 3 and 1 + 2 + 3 = 6. Other well-known small perfect numbers include 28, 496 and 8128. Perfect numbers are rare compared with ordinary integers and exhibit several characteristic algebraic features.
Mathematical characterization
Even perfect numbers are completely described by a classical result: whenever 2^p − 1 is a prime (a Mersenne prime), the number 2^{p-1}(2^p − 1) is perfect. Conversely, every even perfect number has this form. Thus there is a close relationship between perfect numbers and Mersenne primes. The proper divisors that sum to the perfect number include powers of two and the Mersenne prime factor; in the divisor-sum computation each divisor other than the number itself contributes to the total.
History and computation
The study of perfect numbers dates back to antiquity and was considered by Greek mathematicians. Later developments tied perfect numbers to the search for Mersenne primes, a focus of both theoretical research and large-scale distributed computation. Modern prime-finding efforts have produced very large Mersenne primes, and each such prime immediately yields a correspondingly large even perfect number.
Open problems and distinctions
No odd perfect number is known. Despite extensive work, no example has been found and many restrictive necessary conditions have been proved for any hypothetical odd perfect number; these make its existence an open and long-standing problem in number theory. For context, numbers are often classified by comparing the sum of proper divisors with the number itself: if the sum is smaller the number is deficient, if larger it is abundant, and if equal it is perfect. The study of divisors (divisor) functions and their sums remains an active area in multiplicative number theory.
Significance and examples of use
- Perfect numbers are mainly of theoretical and historical interest within mathematics.
- Their relation to Mersenne primes links them to computational prime searches and algorithms used in primality testing.
- They provide simple, illustrative examples when teaching divisor functions and classification of integers.