![]() |
|
|
#1 |
|
Jun 2011
Henlopen Acres, Delaware
13310 Posts |
With all of the various ways to generate primes (Riesel, Proth, Mersenne etc) there seems to be quite a few "gaps" that must occur in the "plain old" primes that can't be expressed with an elegant, concise formula that lends itself to fast primality proving.
Is there any such list of "known continuous primes" where all the primes < P have been identified? That would be the real "No Primes Left Behind" effort I would think. |
|
|
|
|
|
#2 |
|
Jun 2003
7·167 Posts |
|
|
|
|
|
|
#3 |
|
Just call me Henry
"David"
Sep 2007
Cambridge (GMT/BST)
23·3·5·72 Posts |
Primegrid had a subproject that found contiuous primes. They ended up with with many dvds of data.
|
|
|
|
|
|
#4 |
|
Einyen
Dec 2003
Denmark
1100010101112 Posts |
Here you can find the first 1012 primes up to 3*1013:
http://primes.utm.edu/nthprime/ |
|
|
|
|
|
#5 | |
|
Jun 2011
Henlopen Acres, Delaware
7×19 Posts |
Quote:
If that is true, each prime is probably a unique find. Correct? |
|
|
|
|
|
|
#6 | ||
|
Jun 2003
7·167 Posts |
Quote:
If you expended 100 times as much effort, you might get up to 10^21. If you devoted the entire world's computer resources to the project, you could probably push it well past 10^30. You'd never, ever, reach this 100 digit prime: 3664461208681099176204078925954510073897620111029087350504719136242910190767917650858670935504633223 Quote:
3664461208681099176204078925954510073897620111029087350504719136242910190767917650858670935504633509 Both took a fraction of a second to generate on my computer. Neither, in all probability, has ever been "discovered" before. The primes that are considered "discoveries" are the ones that take significant resources to find I suggest you read this primer on primality testing. You'll have a much better understanding of what you see in this forum. |
||
|
|
|
|
|
#7 | ||
|
Jun 2011
Henlopen Acres, Delaware
2058 Posts |
Quote:
The first answer you gave answers this one. With such a huge gap in the prime record, there is no way any of the primes we generate here are a part of that continuous list. I thought maybe there were people somewhere who would test the neighborhood of announced primes for primality as well, perhaps "finding" some that might have been shown later. Now I see that was a stupid assumption! So each prime that is found is, essentially, a new find. I'd call that a discovery. The large primes you mentioned I would call a "monumental undertaking" as well. Quote:
|
||
|
|
|
|
|
#8 | |
|
Jun 2011
Henlopen Acres, Delaware
7·19 Posts |
Quote:
In 2002 a long standing question was answered: can integers be prove prime I think this should be changed to the word proven there. And now I actually know how to do the Lucas-Lehmer test, although those s(k) numbers grow too big for Excel after s(4). At least Excel can prove 2^5 - 1 is prime using Lucas-Lehmer
Last fiddled with by LiquidNitrogen on 2011-08-03 at 04:38 |
|
|
|
|
|
|
#9 |
|
Aug 2006
175B16 Posts |
If you reduce mod the Mersenne number at each step, you can prove 2^19 - 1 prime in Excel.
|
|
|
|
|
|
#10 | |
|
Jun 2011
Henlopen Acres, Delaware
7·19 Posts |
Quote:
1. Proving p = 2^n - 1 is prime for n = 5, p = 31. 2. S(0) = 4 {defined} 3. Need to generate up to S(n-2) where S(x+1) = [S(x) * S(x)] - 2 3a. S(1) = 4^2 - 2 = 14 3b. S(2) = 14^2 - 2 = 194 3c. S(3) = 194^2 - 2 = 37634 4. Test S(n-2)/p = S(3)/p = 37634/31. If remainder is 0, p is prime. 37634/31 = 1214.0 so p is prime. What would this involve doing it the way you mentioned? Last fiddled with by LiquidNitrogen on 2011-08-03 at 15:18 |
|
|
|
|
|
|
#11 | |
|
Undefined
"The unspeakable one"
Jun 2006
My evil lair
140648 Posts |
Quote:
|
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Mersenne Primes p which are in a set of twin primes is finite? | carpetpool | Miscellaneous Math | 3 | 2017-08-10 13:47 |
| Distribution of Mersenne primes before and after couples of primes found | emily | Math | 34 | 2017-07-16 18:44 |
| Conjecture about Mersenne primes and non-primes v2 | Mickey1 | Miscellaneous Math | 1 | 2013-05-30 12:32 |
| Pseudometric spaces and Lipschitz continuity | hallstei | Homework Help | 4 | 2011-03-05 09:54 |
| possible primes (real primes & poss.prime products) | troels munkner | Miscellaneous Math | 4 | 2006-06-02 08:35 |