![]() |
|
|
#1 |
|
Sep 2006
The Netherlands
2D916 Posts |
They are all primes or just have as a factor 3.
With your farm you could take a gamble and just check just the prime exponents that didn't sieve out and take it to some huge depth. So no brute force search. My farm not huge enough. You might win it from Mersenne. Last fiddled with by diep on 2015-05-02 at 00:39 |
|
|
|
|
|
#2 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
100101000001012 Posts |
|
|
|
|
|
|
#3 |
|
Sep 2006
The Netherlands
36 Posts |
Well it's already a 0.5% formula and if you filter from the exponents all exponents that are not primes themselves, how much do you get left with to check?
0.1% or so? Paul trying it with pari now - we'll soon know. edit: and yes you'll miss a few primes by that filter yet if you miss say half of all primes and you reduce input by factor 5 or more, then i bet it's worth it :) And you do not double check too much - as your machines i bet have ECC :) edit2: you will get left with 0.045% Last fiddled with by diep on 2015-05-02 at 01:01 |
|
|
|
|
|
#4 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
947710 Posts |
|
|
|
|
|
|
#5 |
|
Sep 2006
The Netherlands
36 Posts |
After sieving you get left with 0.45% - 0.50% of the exponents to check.
From those exponents you remove all composites. Then you get left with 0.045% It's a mersennekiller. |
|
|
|
|
|
#6 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
947710 Posts |
No. It is a belief held with strong conviction despite superior evidence to the contrary.
|
|
|
|
|
|
#7 |
|
Sep 2006
The Netherlands
13318 Posts |
You refer to double checking Batalov?
|
|
|
|
|
|
#8 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
36×13 Posts |
No
|
|
|
|
|
|
#9 |
|
Sep 2006
The Netherlands
2D916 Posts |
Well then you have to keep awake all night and let the primes speak for themselves :)
Last fiddled with by diep on 2015-05-02 at 02:14 |
|
|
|
|
|
#10 | |
|
"Curtis"
Feb 2005
Riverside, CA
4,861 Posts |
Quote:
Do you mean you check only prime exponents? If so, why? What makes you think prime exponents are more likely to be prime than the rest of the list of exponents that survive a sieve? |
|
|
|
|
|
|
#11 | |
|
Sep 2002
Database er0rr
3,739 Posts |
Quote:
|
|
|
|
|