![]() |
|
|
#1 |
|
Account Deleted
"Tim Sorbera"
Aug 2006
San Antonio, TX USA
17×251 Posts |
Has anybody tried taking a list of primes from the top 5000, or other lists of primes, and searching the opposite side for a prime? (e.g. #500 is currently 2951*2^852818-1, so sieve and if necessary LLR 2951*2^852818+1; in this case it has small factors, just an example) It could potentially be a very easy way to find a twin prime pair where one side is already known.
Last fiddled with by Mini-Geek on 2009-10-20 at 13:54 |
|
|
|
|
|
#2 |
|
I quite division it
"Chris"
Feb 2005
England
81D16 Posts |
I tried that a couple of years ago and got part way through the list. (From the bottom up.)
edit: Check out the "Other Primes" thread at NPLB, from post 20. Last fiddled with by Flatlander on 2009-10-20 at 16:08 |
|
|
|
|
|
#3 |
|
Jan 2009
Ireland
2×3×31 Posts |
thought of this earlier in the year,but came to the conclusion that someone would of done this already.thought it would be logical for someone that's searching for a twin prime to test the opposite side of known primes.
|
|
|
|
|
|
#4 | |||
|
Account Deleted
"Tim Sorbera"
Aug 2006
San Antonio, TX USA
10000101010112 Posts |
Quote:
Quote:
I just realized I eliminated n != 0 mod 3, instead of k != 0 mod 3. Restarting...Quote:
Maybe everybody who's thought of this ignored it for the same reasons, and so an easy twin prime is still hiding in plain sight!
Last fiddled with by Mini-Geek on 2009-10-21 at 15:01 |
|||
|
|
|
|
|
#5 |
|
I quite division it
"Chris"
Feb 2005
England
31·67 Posts |
I'mm 99% sure anything I tested would be off the list now. I think it was longer than 2 years ago; I don't think I got near k*2^400000-1.
|
|
|
|
|
|
#6 |
|
Dec 2006
Anchorage, Alaska
2×3×13 Posts |
You might also go to the -3 and not just the opposite side?
ie 253*2^5000-1 and 253*2^5000-3 or some such thing Still a twin! |
|
|
|
|
|
#7 |
|
Jul 2009
48 Posts |
The problem with the -3 is I don't think there's an easy primality test for k2^n-3. That's why all our searches are for +1 and -1 is people have figured out "easy" tests to show whether those are prime. For numbers of random form the best we can do is show it's probably prime.
|
|
|
|
|
|
#8 |
|
Sep 2004
13×41 Posts |
The ones on the list are way to big for primo as well. It still would be an interesting project to show they are prp's though.
|
|
|
|
|
|
#9 | |
|
May 2004
New York City
102128 Posts |
Quote:
I have an idea, but it's just germinating. |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| HTML5 prime number searching? | Dale Mahalko | Software | 7 | 2015-03-21 19:55 |
| Twin Prime Days, Prime Day Clusters | cuBerBruce | Puzzles | 3 | 2014-12-01 18:15 |
| Elementary Literature on probabilistic aspects of prime searching | hhh | Math | 7 | 2014-03-18 14:37 |
| Question about multi-core prime searching. | Trilo | Riesel Prime Search | 33 | 2013-09-19 21:21 |
| Searching for user BlueSoda (no its not a prime) | ltd | Prime Sierpinski Project | 3 | 2006-03-23 19:27 |