History of Computation
Posted: December 20th, 2008, 1:04 pm
The Fermat Numbers are the numbers of form F(n) = 2^(2^n)+1.
Only the first 5 numbers, 3, 5, 17, 257, 65537 are known to be prime.
Try associating the length of words with each digit.
Fermat numbers F(5) through F(11) are completely factored.
Fascinating History of Fermat Numbers
After proving that 65537 is prime, Fermat had conjectured that all the subsequent numbers of the form 2^(2^n)+1 will be prime.
The fifth Fermat Number was factored by Euler in 1750 by trial division by proving the fact that any factor of the Fermat Number 2^(2^n)+1 will always be of the form k.2^(n+2)+1, thereby disproving Fermat's conjecture.
The sixth Fermat Number was factored by Landry in 1880.
Since the size of Fermat numbers grow exponentially, new algorithms are required to factor the subsequent Fermat Numbers.
The seventh Fermat number was factored by Morrison and Brillhart in 1970 using the continued fraction method. Factor = 59649589127497217
The eighth Fermat number was factored by Brent and Pollard in 1980 using a variation of the Pollard's Rho method. Factor = 1238926361552897
The next Fermat number to be completely factorized after F(8), was F(11) in 1988 by ECM, since the penultimate prime factor of F(11) is only 22 digits. Indeed the 22 digit factor was found out first before the 21 digit factor. Since ECM is only a probabilistic algorithm, the smaller factor need not necessarily be found first at all. The 564 digit cofactor was verified to be prime by Morain using ECPP subsequently. Smaller factors were already known before.
F(11) = 319489 × 974849 × 167988556341760475137 × 3560841906445833920513 × P564.
The penultimate prime factor of F(9) was found out in 1990 by SNFS, as a large scale distributed computing project. The factor 2424833 was already known before, discovered by Western in 1899.
Factor = 7455602825647884208337395736200454918783366342657
After that, F(10) was the most wanted number. In 1995, Brent found out the 40 digit penultimate prime factor of F(10) by ECM.
F(10) = 45592577 × 6487031809 × 4659775785220018543264560743076778192897 × P252
The twelfth Fermat Number through the twenty fourth Fermat Number, are being incompletely factorized, with all their cofactors being known to be composite. However, no factors are known for F(14), F(20), F(22), F(24).
F(12) = 114689 × 26017793 × 63766529 × 190274191361 × 1256132134125569 × Composite
F(13) = 2710954639361 × 2663848877152141313 × 3603109844542291969 × 319546020820551643220672513 × Composite
F(14) = Composite
F(15) = 1214251009 × 2327042503868417 × 168768817029516972383024127016961 × Composite
F(16) = 825753601 × 188981757975021318420037633 × Composite
F(17) = 31065037602817 × Composite
F(18) = 13631489 × 81274690703860512587777 × Composite
F(19) = 70525124609 × 646730219521 × Composite
F(20) = Composite
F(21) = 4485296422913 × Composite
F(22) = Composite
F(23) = 167772161 × Composite
F(24) = Composite
The twenty fifth Fermat Number through the thirty second Fermat Number, each has atleast one factor known, with the primality of their cofactor being unknown.
F(25) has a factor 25991531462657
F(25) has a factor 204393464266227713
F(25) has a factor 2170072644496392193
F(26) has a factor 76861124116481
F(27) has a factor 151413703311361
F(27) has a factor 231292694251438081
F(28) has a factor 1766730974551267606529
F(29) has a factor 2405286912458753
F(30) has a factor 640126220763137
F(30) has a factor 1095981164658689
F(31) has a factor 46931635677864055013377
F(32) has a factor 25409026523137
The least Fermat Number with unknown status (prime or composite) is currently F(33).
Only the first 5 numbers, 3, 5, 17, 257, 65537 are known to be prime.
Try associating the length of words with each digit.
Code: Select all
65537
Fermat Prime, maybe the largest?
Fascinating History of Fermat Numbers
After proving that 65537 is prime, Fermat had conjectured that all the subsequent numbers of the form 2^(2^n)+1 will be prime.
The fifth Fermat Number was factored by Euler in 1750 by trial division by proving the fact that any factor of the Fermat Number 2^(2^n)+1 will always be of the form k.2^(n+2)+1, thereby disproving Fermat's conjecture.
Code: Select all
F(5) = 641 × 6700417
Euler's left a broken theorem.. What a tragedy!
Code: Select all
F(6) = 274177 × 67280421310721
In another case, a product appears.
The seventh Fermat number was factored by Morrison and Brillhart in 1970 using the continued fraction method. Factor = 59649589127497217
Code: Select all
First exhibitor clever John Brillhart after numerous Saturdays, "I am allowed only primality testing on a weekday.
Code: Select all
I am now entirely persuaded to employ Rho method, a handy trick, on gigantic composite numbers.
F(11) = 319489 × 974849 × 167988556341760475137 × 3560841906445833920513 × P564.
The penultimate prime factor of F(9) was found out in 1990 by SNFS, as a large scale distributed computing project. The factor 2424833 was already known before, discovered by Western in 1899.
Code: Select all
My next is Alfy Western's old one.
Code: Select all
MASSIVE TEAM BROKE NINTH FERMAT!
It factored as three primes, June fifteen (forenoon) nineteen nine oh. Actually, one can explain the algorithm quite quickly and easily, er.. Well, space here precludes a detailed account, candidly, the big double search was done by Number Field Sieving!
F(10) = 45592577 × 6487031809 × 4659775785220018543264560743076778192897 × P252
The twelfth Fermat Number through the twenty fourth Fermat Number, are being incompletely factorized, with all their cofactors being known to be composite. However, no factors are known for F(14), F(20), F(22), F(24).
F(12) = 114689 × 26017793 × 63766529 × 190274191361 × 1256132134125569 × Composite
F(13) = 2710954639361 × 2663848877152141313 × 3603109844542291969 × 319546020820551643220672513 × Composite
F(14) = Composite
F(15) = 1214251009 × 2327042503868417 × 168768817029516972383024127016961 × Composite
F(16) = 825753601 × 188981757975021318420037633 × Composite
F(17) = 31065037602817 × Composite
F(18) = 13631489 × 81274690703860512587777 × Composite
F(19) = 70525124609 × 646730219521 × Composite
F(20) = Composite
F(21) = 4485296422913 × Composite
F(22) = Composite
F(23) = 167772161 × Composite
F(24) = Composite
The twenty fifth Fermat Number through the thirty second Fermat Number, each has atleast one factor known, with the primality of their cofactor being unknown.
F(25) has a factor 25991531462657
F(25) has a factor 204393464266227713
F(25) has a factor 2170072644496392193
F(26) has a factor 76861124116481
F(27) has a factor 151413703311361
F(27) has a factor 231292694251438081
F(28) has a factor 1766730974551267606529
F(29) has a factor 2405286912458753
F(30) has a factor 640126220763137
F(30) has a factor 1095981164658689
F(31) has a factor 46931635677864055013377
F(32) has a factor 25409026523137
The least Fermat Number with unknown status (prime or composite) is currently F(33).