Fermat number


In mathematics, a Fermat number - named after Pierre de Fermat who first studied them - is a positive integer of the form
where n is a non-negative integer. The first few Fermat numbers are:
If 2k + 1 is prime, and k > 0, it can be shown that k must be a power of two. b + 1 ≡ b + 1 = 0 In other words, every prime of the form 2k + 1 is a Fermat number, and such primes are called Fermat primes. As of 2019, the only known Fermat primes are F0, F1, F2, F3, and F4.

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 second equation, we can deduce Goldbach's theorem : 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 is an infinite sequence of distinct primes.

Further properties

Fermat numbers and Fermat primes were first studied by Pierre de Fermat, who conjectured that all Fermat numbers are prime. Indeed, the first five Fermat numbers F0,..., F4 are easily shown to be prime. However, the 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.
The fact that 641 is a factor of F5 can be deduced from the equalities 641 = 27 × 5 + 1 and 641 = 24 + 54. It follows from the first equality that 27 × 5 ≡ −1 and therefore that 228 × 54 ≡ 1 . On the other hand, the second equality implies that 54 ≡ −24 . These congruences imply that 232 ≡ −1 .
Fermat was probably aware of the form of the factors later proved by Euler, so it seems curious that 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 for large n. In fact, each of the following is an open problem:
, it is known that Fn is composite for, although amongst these, complete factorizations of Fn are known only for, and there are no known prime factors for and. The largest Fermat number known to be composite is F5523858, and its prime factor, a megaprime, was discovered by the PrimeGrid collaboration by S. Brown, Reynolds, Penné & Fougeron in January 2020.

Heuristic arguments for density

There are several probabilistic arguments for the finitude of Fermat primes.
According to the prime number theorem, the "probability" that a number n is prime is about 1/ln. 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.
If we regard the conditional probability that n is prime, given that we know all its prime factors exceed B, as at most A ln / ln, then using Euler's theorem that the least prime factor of Fn exceeds , we would find instead

Equivalent conditions of primality

Let be the nth Fermat number. Pépin's test states that for n > 0,
The expression can be evaluated modulo by repeated squaring. This makes the test a fast polynomial-time algorithm. However, Fermat numbers grow so rapidly that only a handful of Fermat numbers can be tested in a reasonable amount of time and space.
There are some tests that can be used to test numbers of the form k2m + 1, such as factors of Fermat numbers, for primality.
If N = Fn > 3, then the [|above] Jacobi symbol is always equal to −1 for a = 3, and this special case of Proth's theorem is known as Pépin's test. Although Pépin's test and Proth's theorem have been implemented on computers to prove the compositeness of some Fermat numbers, neither test gives a specific nontrivial factor. In fact, no specific prime factors are known for n = 20 and 24.

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 the Fermat number, with n at least 2, is of the form , where k is a positive integer. By itself, this makes it easy to prove the primality of the known Fermat primes.
Factorizations of the first twelve Fermat numbers are:
, 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 in OEIS.
It is possible that the only primes of this form are 3, 5, 17, 257 and 65,537. Indeed, Boklan and Conway published in 2016 a very precise analysis suggesting that the probability of the existence of another Fermat prime is less than one in a billion.
The following factors of Fermat numbers were known before 1950 :
YearFinderFermat numberFactor
1732Euler
1732Euler
1855Clausen
1855Clausen
1877Pervushin
1878Pervushin
1886Seelhoff
1899Cunningham
1899Cunningham
1903Western
1903Western
1903Western
1903Western
1903Cullen
1906Morehead
1925Kraitchik

, 351 prime factors of Fermat numbers are known, and 307 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 will be a Fermat pseudoprime to base 2 if and only if.

Other theorems about Fermat numbers

Relationship to constructible polygons

developed the theory of Gaussian periods in his Disquisitiones Arithmeticae and formulated a sufficient condition for the constructibility of regular polygons. Gauss stated without proof that this condition was also necessary, but never published his proof. A full proof of necessity was given by Pierre Wantzel in 1837. The result is known as the Gauss–Wantzel theorem:
A positive integer n is of the above form if and only if its totient φ is a power of 2.

Applications of Fermat numbers

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. 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 possible values. 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.
The series of reciprocals of all prime divisors of Fermat numbers is convergent.
If nn + 1 is prime, there exists an integer m such that n = 22m. The equation
nn + 1 = F
holds in that case.
Let the largest prime factor of the Fermat number Fn be P. Then,

Generalized Fermat numbers

Numbers of the form with a, b any coprime integers, a > b > 0, are called generalized Fermat numbers. An odd prime p is a generalized Fermat number if and only if p is congruent to 1.
An example of a probable prime of this form is 12465536 + 5765536.
By analogy with the ordinary Fermat numbers, it is common to write generalized Fermat numbers of the form as Fn. In this notation, for instance, the number 100,000,001 would be written as F3. In the following we shall restrict ourselves to primes of this form,, such primes are called "Fermat primes base a". Of course, these primes exist only if a is even.
If we require n > 0, then Landau's fourth problem asks if there are infinitely many generalized Fermat primes Fn.

Generalized Fermat primes

Because of the ease of proving their primality, generalized Fermat primes have become in recent years a 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, because if is odd then every generalized Fermat number will be divisible by 2. The smallest prime number with is, or 3032 + 1. Besides, we can define "half generalized Fermat numbers" for an odd base, a half generalized Fermat number to base a is, and it is also to be expected that there will be only finitely many half generalized Fermat primes for each odd base.
numbers
such that
is prime
numbers
such that
is prime
numbers
such that
is prime
numbers
such that
is prime
20, 1, 2, 3, 4,...180,...342,...50...
30, 1, 2, 4, 5, 6,...191,...351, 2, 6,...511, 3, 6,...
40, 1, 2, 3,...201, 2,...360, 1,...520,...
50, 1, 2,...210, 2, 5,...370,...533,...
60, 1, 2,...220,...38...541, 2, 5,...
72,...232,...391, 2,...55...
8241, 2,...400, 1,...561, 2,...
90, 1, 3, 4, 5,...250, 1,...414,...570, 2,...
100, 1,...261,...420,...580,...
111, 2,...27433,...591,...
120,...280, 2,...444,...600,...
130, 2, 3,...291, 2, 4,...450, 1,...610, 1, 2,...
141,...300, 5,...460, 2, 9,...62...
151,...31...473,...63...
160, 1, 2,...32482,...64
172,...330, 3,...491,...651, 2, 5,...

bknown generalized Fermat prime base b
23, 5, 17, 257, 65537
32, 5, 41, 21523361, 926510094425921, 1716841910146256242328924544641
45, 17, 257, 65537
53, 13, 313
67, 37, 1297
71201
8
95, 41, 21523361, 926510094425921, 1716841910146256242328924544641
1011, 101
1161, 7321
1213
137, 14281, 407865361
14197
15113
1617, 257, 65537
1741761
1819
19181
20401, 160001
2111, 97241, 1023263388750334684164671319051311082339521
2223
23139921
24577, 331777
2513, 313
26677
27
2829, 614657
29421, 353641, 125123236840173674393761
3031, 185302018885184100000000000000000000000000000001
31
32
3317, 703204309121
341336337
35613, 750313, 330616742651687834074918381127337110499579842147487712949050636668246738736343104392290115356445313
3637, 1297
3719
38
39761, 1156721
4041, 1601
4131879515457326527173216321
4243
435844100138801
44197352587024076973231046657
4523, 1013
4647, 4477457, 46512+1
4711905643330881
485308417
491201
50

numbers such that

is prime
210, 1, 2, 3, 4,...
310, 1, 2, 4, 5, 6,...
320, 1, 2,...
410, 1, 2, 3,...
430, 2, 4,...
510, 1, 2,...
520, 1, 2,...
531, 2, 3,...
541, 2,...
610, 1, 2,...
650, 1, 3, 4,...
712,...
721, 2,...
730, 1, 8,...
740, 2,...
751, 4,...
760, 2, 4,...
81
830, 1, 2,...
850, 1, 2,...
871, 4,...
910, 1, 3, 4, 5,...
920, 2,...
940, 1,...
950, 1, 2,...
972,...
980, 2, 5,...
1010, 1,...
1030, 1, 3,...
1070, 1, 2,...
1090, 1, 2,...
1111, 2,...
1120, 2,...
1130, 3,...
1141, 2,...
1151,...
1160, 1, 2,...
1172, 4, 5,...
1180, 6,...
1191, 2,...
11105,...
1210,...
1250, 4,...
1270, 1, 3,...
12110,...
1310, 2, 3,...
1321, 3, 9,...
1331, 2,...
1340, 2,...
1351, 2, 4,...
1360, 6,...
1371,...
1381, 3, 4,...
1390, 3,...
13100, 1, 2, 4,...
13112,...
13121, 2, 5,...
1411,...
1430, 3,...
1450, 2, 4, 8,...
1490, 1, 8,...
14111,...
14132,...
1511,...
1520, 1,...
1540, 1,...
1570, 1, 2,...
1580, 2, 3,...
15110, 1, 2,...
15131, 4,...
15140, 1, 2, 4,...
1610, 1, 2,...
1630, 2, 8,...
1651, 2,...
1670, 6,...
1691, 3,...
16112, 4,...
16130, 3,...
16150,...

bases such that is prime OEIS sequence
02, 4, 6, 10, 12, 16, 18, 22, 28, 30, 36, 40, 42, 46, 52, 58, 60, 66, 70, 72, 78, 82, 88, 96, 100, 102, 106, 108, 112, 126, 130, 136, 138, 148, 150,...
12, 4, 6, 10, 14, 16, 20, 24, 26, 36, 40, 54, 56, 66, 74, 84, 90, 94, 110, 116, 120, 124, 126, 130, 134, 146, 150, 156, 160, 170, 176, 180, 184,...
22, 4, 6, 16, 20, 24, 28, 34, 46, 48, 54, 56, 74, 80, 82, 88, 90, 106, 118, 132, 140, 142, 154, 160, 164, 174, 180, 194, 198, 204, 210, 220, 228,...
32, 4, 118, 132, 140, 152, 208, 240, 242, 288, 290, 306, 378, 392, 426, 434, 442, 508, 510, 540, 542, 562, 596, 610, 664, 680, 682, 732, 782,...
42, 44, 74, 76, 94, 156, 158, 176, 188, 198, 248, 288, 306, 318, 330, 348, 370, 382, 396, 452, 456, 470, 474, 476, 478, 560, 568, 598, 642,...
530, 54, 96, 112, 114, 132, 156, 332, 342, 360, 376, 428, 430, 432, 448, 562, 588, 726, 738, 804, 850, 884, 1068, 1142, 1198, 1306, 1540, 1568,...
6102, 162, 274, 300, 412, 562, 592, 728, 1084, 1094, 1108, 1120, 1200, 1558, 1566, 1630, 1804, 1876, 2094, 2162, 2164, 2238, 2336, 2388,...
7120, 190, 234, 506, 532, 548, 960, 1738, 1786, 2884, 3000, 3420, 3476, 3658, 4258, 5788, 6080, 6562, 6750, 7692, 8296, 9108, 9356, 9582,...
8278, 614, 892, 898, 1348, 1494, 1574, 1938, 2116, 2122, 2278, 2762, 3434, 4094, 4204, 4728, 5712, 5744, 6066, 6508, 6930, 7022, 7332,...
946, 1036, 1318, 1342, 2472, 2926, 3154, 3878, 4386, 4464, 4474, 4482, 4616, 4688, 5374, 5698, 5716, 5770, 6268, 6386, 6682, 7388, 7992,...
10824, 1476, 1632, 2462, 2484, 2520, 3064, 3402, 3820, 4026, 6640, 7026, 7158, 9070, 12202, 12548, 12994, 13042, 15358, 17646, 17670,...
11150, 2558, 4650, 4772, 11272, 13236, 15048, 23302, 26946, 29504, 31614, 33308, 35054, 36702, 37062, 39020, 39056, 43738, 44174, 45654,...
121534, 7316, 17582, 18224, 28234, 34954, 41336, 48824, 51558, 51914, 57394, 61686, 62060, 89762, 96632, 98242, 100540, 101578, 109696,...
1330406, 71852, 85654, 111850, 126308, 134492, 144642, 147942, 150152, 165894, 176206, 180924, 201170, 212724, 222764, 225174, 241600,...
1467234, 101830, 114024, 133858, 162192, 165306, 210714, 216968, 229310, 232798, 422666, 426690, 449732, 462470, 468144, 498904, 506664,...
1570906, 167176, 204462, 249830, 321164, 330716, 332554, 429370, 499310, 524552, 553602, 743788, 825324, 831648, 855124, 999236, 1041870,...
1648594, 108368, 141146, 189590, 255694, 291726, 292550, 357868, 440846, 544118, 549868, 671600, 843832, 857678, 1024390, 1057476, 1087540,...
1762722, 130816, 228188, 386892, 572186, 689186, 909548, 1063730, 1176694, 1361244, 1372930, 1560730, 1660830, 1717162, 1722230, 1766192,...
1824518, 40734, 145310, 361658, 525094, 676754, 773620, 1415198, 1488256, 1615588, 1828858, 2042774, 2514168, 2611294, 2676404, 3060772,...
1975898, 341112, 356926, 475856, 1880370, 2061748, 2312092,...
20919444, 1059094,...

The smallest base b such that b2n + 1 is prime are
The smallest k such that k + 1 is prime are
A more elaborate theory can be used to predict the number of bases for which will be prime for fixed. The number of generalized Fermat primes can be roughly expected to halve as is increased by 1.

Largest known generalized Fermat primes

The following is a list of the 5 largest known generalized Fermat primes. They are all megaprimes. The whole top-5 is discovered by participants in the PrimeGrid project.
RankPrime rankPrime numberGeneralized Fermat notationNumber of digitsFound dateref.
11410590941048576 + 1F206,317,602Nov 2018
2159194441048576 + 1F206,253,210Sep 2017
3313214654524288 + 1F193,411,613Dec 2019
4322985036524288 + 1F193,394,739Sep 2019
5332877652524288 + 1F193,386,397Jun 2019

On the Prime Pages you can perform a search yielding the .