| Divisibility-based sets of integers |
| Form 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 |
| 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: |
| 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 |
A composite number is a positive integer which has a positive divisor other than one or itself. By definition, every integer greater than one is either a prime number or a composite number. The number one is considered to be neither prime nor composite. For example, the integer 14 is a composite number because it can be factored as 2 × 7. The first 15 composite numbers (sequence A002808 in OEIS) are
- 4, 6, 8, 9, 10, 12, 14, 15, 16, 18, 20, 21, 22, 24, and 25.
Properties
- Every composite number can be written as the product of 2 or more (not necessarily distinct) primes (Fundamental theorem of arithmetic).
- Also, <math>(n-1)! \,\,\, \equiv \,\, 0 \pmod{n}</math> for all composite numbers n > 5. See also Wilson's theorem.
Kinds of composite numbers
One way to classify composite numbers is by counting the number of prime factors. A composite number with two prime factors is a semiprime or 2-almost prime (the factors need not be distinct, hence squares of primes are included). A composite number with three distinct prime factors is a sphenic number. In some applications, it is necessary to differentiate between composite numbers with an odd number of distinct prime factors and those with an even number of distinct prime factors. For the latter
- <math>\mu(n) = (-1)^{2x} = 1\,</math>
(where μ is the Möbius function and x is half the total of prime factors), while for the former
- <math>\mu(n) = (-1)^{2x + 1} = -1.\,</math>
Note however that for prime numbers the function also returns -1, and that <math>\mu(1) = 1</math>. For a number n with one or more repeated prime factors, <math>\mu(n) = 0</math>. Another way to classify composite numbers is by counting the number of divisors. All composite numbers have at least three divisors. In the case of squares of primes, those divisors are <math>\{1, p, p^2\}</math>. A number n that has more divisors than any x < n is a highly composite number (though the first two such numbers are 1 and 2).


