![]() |
![]() |
#34 | |
"Seth"
Apr 2019
1ED16 Posts |
![]() Quote:
|
|
![]() |
![]() |
![]() |
#35 |
May 2018
4458 Posts |
![]()
Have the new gaps of 1552 and 1572 been confirmed as maximal prime gaps yet? How close are you to confirming them?
|
![]() |
![]() |
![]() |
#36 |
Mar 2021
59 Posts |
![]()
I don't think anyone is working on confirming them. My code can't be used for confirmation. I don't have much CPU resources to contribute and I'm not sure what code others have used. I might be able to help speed up some of the existing CPU code.
|
![]() |
![]() |
![]() |
#37 |
Mar 2021
59 Posts |
![]()
I've checked up to 264 + 61*1016. In addition to the 1552 and 1572 I found 7 gaps in the 1400s but the largest is still 1430 so no new first occurrences.
|
![]() |
![]() |
![]() |
#38 |
May 2018
293 Posts |
![]()
I thought you started at 264 and worked continuously from there. How are you not sure that these are maximal prime gaps? Did you skip any primes?
|
![]() |
![]() |
![]() |
#39 | |
Jun 2015
Vallejo, CA/.
33×43 Posts |
![]() Quote:
This is the status of the exhaustive search. (Unless someone else has covered the numbers after 264+1.03 x1016) To check in a reliable way that no gap greater or equal to 1432 exists below 264 +2.33x1016where the gap of 1552 is found is a gruesome task as we no longer have the support of the code that allowed us to reach 264-232. As things stand now the smallest gap that we don’t know with certainty to be a “first occurrence” is 1432. |
|
![]() |
![]() |
![]() |
#40 |
Mar 2021
3B16 Posts |
![]()
I checked continuously from 264 but I'm only doing 1 Fermat test so it is possible that a number is incorrectly called a prime. I think it is unlikely that this has lead to missing a large gap (very unlikely if the math in this post is correct https://mersenneforum.org/showpost.p...8&postcount=20) but it is still possible. The easiest way for me to fix this issue would be to use 12 SPRP tests which is sufficient to prove primality. Half the remaining numbers are prime after sieving so the code would take about 6-7 times longer to run. It's possible it would be faster to check with sieving only. It would require sieving up to primes a little above 232.
This is also new GPU code so it is possible that there is some other error. I did find all the gaps above 1000 that ATH found so there is some confidence that it is working correctly. |
![]() |
![]() |
![]() |
#41 | |
Einyen
Dec 2003
Denmark
2·3·52·23 Posts |
![]() Quote:
Why does 12 SPRP tests prove primality? |
|
![]() |
![]() |
![]() |
#42 |
Jun 2015
Vallejo, CA/.
33×43 Posts |
![]()
I was wondering exactly the same thing. On the other hand, a number of the order of 10^19 can be proven prime easily by trial division or sieving.
Keeking track of the Numbers that STILL have not yet been established as a First Occurrence Gap. (The last one 1552 is most probably a first occurrence and thus a Maximal Gap)
I am assuming none of these numbers, with the exception of 1552, have been improved since November 2019 Last fiddled with by rudy235 on 2021-08-24 at 17:08 |
![]() |
![]() |
![]() |
#43 |
Mar 2021
59 Posts |
![]()
Bases of 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, and 37 have been proven a deterministic test up to 3.18 * 1023.
https://en.wikipedia.org/wiki/Miller...primality_test For 265 this can likely be reduced to 7 or better but I don't think it has been proven beyond 264. https://miller-rabin.appspot.com/ |
![]() |
![]() |
![]() |
#44 |
Mar 2021
1110112 Posts |
![]()
There is a list of base 2 pseudoprimes up to 264.
http://www.janfeitsma.nl/math/psp2/index When you guys were doing the search up to 264 it would have been faster to do the Lucas test only if the number was a known 2-PSP. Unfortunately the list only goes up to 264. Is there a fast way to generate the list of 2-PSP. When checking for gaps we need to do one Lucas test for every 1400 numbers. To check from 264 to 264 + 2.33 * 1016 (Gap=1552) would require 1.66*1013 Lucas tests. Can the list of 2-PSP be computed faster than this? We wouldn't even need to rerun what has already been done. We could just check for large gaps around the 2-PSPs. |
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Guess the next maximal prime gap. | Bobby Jacobs | Prime Gap Searches | 7 | 2022-08-28 12:12 |
Gaps between maximal prime gaps | Bobby Jacobs | Prime Gap Searches | 52 | 2020-08-22 15:20 |
Superprime gaps | Bobby Jacobs | Prime Gap Searches | 5 | 2019-03-17 20:01 |
Top 50 gaps | robert44444uk | Prime Gap Searches | 1 | 2018-07-10 20:50 |
Gaps and more gaps on <300 site | gd_barnes | Riesel Prime Search | 11 | 2007-06-27 04:12 |