Conjectured no. of terms 5 First terms 3, 5, 17, 257, 65537 | No. of known terms 5 Subsequence of Fermat numbers Largest known term 65537 | |
In mathematics a Fermat number, named after Pierre de Fermat who first studied them, is a positive integer of the form
Contents
- Basic properties
- Primality of Fermat numbers
- Heuristic arguments for density
- Equivalent conditions of primality
- Factorization of Fermat numbers
- Pseudoprimes and Fermat numbers
- Other theorems about Fermat numbers
- Relationship to constructible polygons
- Pseudorandom Number Generation
- Other interesting facts
- Generalized Fermat numbers
- Generalized Fermat primes
- Largest known generalized Fermat primes
- References
where n is a nonnegative integer. The first few Fermat numbers are:
3, 5, 17, 257, 65537, 4294967297, 18446744073709551617, … (sequence A000215 in the OEIS).If 2k + 1 is prime, and k > 0, it can be shown that k must be a power of two. (If k = ab where 1 ≤ a, b ≤ k and b is odd, then 2k + 1 = (2a)b + 1 ≡ (−1)b + 1 = 0 (mod 2a + 1). See below for a complete proof.) In other words, every prime of the form 2k + 1 (other than 2 = 20 + 1) is a Fermat number, and such primes are called Fermat primes. As of 2016, the only known Fermat primes are F0, F1, F2, F3, and F4 (sequence A019434 in the OEIS).
Basic properties
The Fermat numbers satisfy the following recurrence relations:
for n ≥ 1,
for n ≥ 2. Each of these relations can be proved by mathematical induction. From the last equation, we can deduce Goldbach's theorem (named after Christian Goldbach): no two Fermat numbers share a common integer factor greater than 1. To see this, suppose that 0 ≤ i < j and Fi and Fj have a common factor a > 1. Then a divides both
and Fj; hence a divides their difference, 2. Since a > 1, this forces a = 2. This is a contradiction, because each Fermat number is clearly odd. As a corollary, we obtain another proof of the infinitude of the prime numbers: for each Fn, choose a prime factor pn; then the sequence {pn} is an infinite sequence of distinct primes.
Further properties:
Primality of Fermat numbers
Fermat numbers and Fermat primes were first studied by Pierre de Fermat, who conjectured (but admitted he could not prove) that all Fermat numbers are prime. Indeed, the first five Fermat numbers F0,...,F4 are easily shown to be prime. However, this conjecture was refuted by Leonhard Euler in 1732 when he showed that
Euler proved that every factor of Fn must have the form k2n+1 + 1 (later improved to k2n+2 + 1 by Lucas).
The fact that 641 is a factor of F5 can be easily deduced from the equalities 641 = 27×5+1 and 641 = 24 + 54. It follows from the first equality that 27×5 ≡ −1 (mod 641) and therefore (raising to the fourth power) that 228×54 ≡ 1 (mod 641). On the other hand, the second equality implies that 54 ≡ −24 (mod 641). These congruences imply that −232 ≡ 1 (mod 641).
Fermat was probably aware of the form of the factors later proved by Euler, so it seems curious why he failed to follow through on the straightforward calculation to find the factor. One common explanation is that Fermat made a computational mistake.
There are no other known Fermat primes Fn with n > 4. However, little is known about Fermat numbers with large n. In fact, each of the following is an open problem:
As of 2014, it is known that Fn is composite for 5 ≤ n ≤ 32, although amongst these, complete factorizations of Fn are known only for 0 ≤ n ≤ 11, and there are no known prime factors for n = 20 and n = 24. The largest Fermat number known to be composite is F3329780, and its prime factor 193 × 23329782 + 1, a megaprime, was discovered by the PrimeGrid collaboration in July 2014.
Heuristic arguments for density
There are several probabilistic arguments for estimating the number of Fermat primes. However these arguments give quite different estimates, depending on how much information about Fermat numbers one uses, and some predict no further Fermat primes while others predict infinitely many Fermat primes.
The following heuristic argument suggests there are only finitely many Fermat primes: according to the prime number theorem, the "probability" that a number n is prime is about 1/ln(n). Therefore, the total expected number of Fermat primes is at most
This argument is not a rigorous proof. For one thing, the argument assumes that Fermat numbers behave "randomly", yet we have already seen that the factors of Fermat numbers have special properties. For example, a similar argument applied to the numbers of the form 2n+1 suggests that infinitely many of them should be prime, which would mean that there are an infinite number of Fermat primes (though much the same argument applied to the numbers 2n suggests the ridiculous result that infinitely many of them should be prime, so such probability arguments should not be taken too seriously).
If (more sophisticatedly) we regard the conditional probability that n is prime, given that we know all its prime factors exceed B, as at most A ln(B) / ln(n), then using Euler's theorem that the least prime factor of Fn exceeds 2n + 1, we would find instead
Although such arguments engender the belief that there are only finitely many Fermat primes, one can also produce arguments for the opposite conclusion. Suppose we regard the conditional probability that n is prime, given that we know all its prime factors are 1 modulo M, as at least CM/ln(n). Then using Euler's result that M = 2n + 1 we would find that the expected total number of Fermat primes was at least
and indeed this argument predicts that an asymptotically constant fraction of Fermat numbers are prime.
Equivalent conditions of primality
Let
The expression
There some tests that can be used to test numbers of the form k2m + 1, such as factors of Fermat numbers, for primality.
Factorization of Fermat numbers
Because of the size of Fermat numbers, it is difficult to factorize or even to check primality. Pépin's test gives a necessary and sufficient condition for primality of Fermat numbers, and can be implemented by modern computers. The elliptic curve method is a fast method for finding small prime divisors of numbers. Distributed computing project Fermatsearch has successfully found some factors of Fermat numbers. Yves Gallot's proth.exe has been used to find factors of large Fermat numbers. Édouard Lucas, improving the above-mentioned result by Euler, proved in 1878 that every factor of Fermat number
Factorizations of the first twelve Fermat numbers are:
As of 2016, only F0 to F11 have been completely factored. The distributed computing project Fermat Search is searching for new factors of Fermat numbers. The set of all Fermat factors is A050922 (or, sorted, A023394) in OEIS.
It is possible that the only primes of this form are 2, 3, 5, 17, 257 and 65,537. Indeed, Boklan and Conway published in 2016 a very precise analysis proving that the probability of the existence of another Fermat prime is inferior to one on a billion.
The following factors of Fermat numbers were known before 1950 (since the 50's digital computers have helped find more factors):
As of September 2016, 331 prime factors of Fermat numbers are known, and 288 Fermat numbers are known to be composite. Several new Fermat factors are found each year.
Pseudoprimes and Fermat numbers
Like composite numbers of the form 2p − 1, every composite Fermat number is a strong pseudoprime to base 2. This is because all strong pseudoprimes to base 2 are also Fermat pseudoprimes - i.e.
for all Fermat numbers.
In 1904, Cipolla showed that the product of at least two distinct prime or composite Fermat numbers
Other theorems about Fermat numbers
Lemma: If n is a positive integer,
Proof:
Theorem: If
Proof:
If
This means that
By the preceding lemma, for positive integer
where
and thus
Because
Theorem: A Fermat prime cannot be a Wieferich prime.
Proof: We show if
It is easy to show
Hence
A theorem of Édouard Lucas: Any prime divisor p of Fn =
Sketch of proof:
Let Gp denote the group of non-zero elements of the integers (mod p) under multiplication, which has order p-1. Notice that 2 (strictly speaking, its image (mod p)) has multiplicative order dividing
In fact, it can be seen directly that 2 is a quadratic residue (mod p), since
Relationship to constructible polygons
An n-sided regular polygon can be constructed with compass and straightedge if and only if n is the product of a power of 2 and distinct Fermat primes: in other words, if and only if n is of the form n = 2kp1p2…ps, where k is a nonnegative integer and the pi are distinct Fermat primes.
A positive integer n is of the above form if and only if its totient φ(n) is a power of 2.
Pseudorandom Number Generation
Fermat primes are particularly useful in generating pseudo-random sequences of numbers in the range 1 … N, where N is a power of 2. The most common method used is to take any seed value between 1 and P − 1, where P is a Fermat prime. Now multiply this by a number A, which is greater than the square root of P and is a primitive root modulo P (i.e., it is not a quadratic residue). Then take the result modulo P. The result is the new value for the RNG.
This is useful in computer science since most data structures have members with 2X possible values. For example, a byte has 256 (28) possible values (0–255). Therefore, to fill a byte or bytes with random values a random number generator which produces values 1–256 can be used, the byte taking the output value − 1. Very large Fermat primes are of particular interest in data encryption for this reason. This method produces only pseudorandom values as, after P − 1 repetitions, the sequence repeats. A poorly chosen multiplier can result in the sequence repeating sooner than P − 1.
Other interesting facts
A Fermat number cannot be a perfect number or part of a pair of amicable numbers. (Luca 2000)
The series of reciprocals of all prime divisors of Fermat numbers is convergent. (Křížek, Luca & Somer 2002)
If nn + 1 is prime, there exists an integer m such that n = 22m. The equation nn + 1 = F(2m+m) holds at that time.
Let the largest prime factor of Fermat number Fn be P(Fn). Then,
Generalized Fermat numbers
Numbers of the form
By analogy with the ordinary Fermat numbers, it is common to write generalized Fermat numbers of the form
If we require n>0, then Landau's fourth problem asks if there are infinitely many generalized Fermat primes Fn(a).
Generalized Fermat primes
Because of the ease of proving their primality, generalized Fermat primes have become in recent years a hot topic for research within the field of number theory. Many of the largest known primes today are generalized Fermat primes.
Generalized Fermat numbers can be prime only for even
(In the list, the generalized Fermat numbers (
(For the smallest number
(See for more information (even bases up to 1000), also see for odd bases)
(For the smallest prime of the form
(For the smallest even base
The smallest base b such that b2n + 1 is prime are
2, 2, 2, 2, 2, 30, 102, 120, 278, 46, 824, 150, 1534, 30406, 67234, 70906, 48594, 62722, 24518, 75898, ... (sequence A056993 in the OEIS)The smallest k such that (2n)k + 1 is prime are
1, 1, 1, 0, 1, 1, 2, 1, 1, 2, 1, 2, 2, 1, 1, 0, 4, 1, ... (The next term is unknown) (sequence A079706 in the OEIS) (also see A228101 and A084712)A more elaborate theory can be used to predict the number of bases for which
Largest known generalized Fermat primes
The following is a list of the 10 largest known generalized Fermat primes. They are all megaprimes. As of April 2015 the whole top-10 was discovered by participants in the PrimeGrid project.