mersenneforum.org  

Go Back   mersenneforum.org > Prime Search Projects > Conjectures 'R Us

Reply
Thread Tools
Old 2017-12-28, 09:52   #419
Jean Penné
 
Jean Penné's Avatar
 
May 2004
FRANCE

22×5×29 Posts
Default Sierpinski odd n's testing

Hi,

k=9267 is now tested up to n = 8,806,303 (2,650,966 decimal digits) no prime, continuing...

Best Regards,
Jean
Jean Penné is offline   Reply With Quote
Old 2018-01-06, 09:53   #420
MisterBitcoin
 
MisterBitcoin's Avatar
 
"Nuri, the dragon :P"
Jul 2016
Good old Germany

811 Posts
Default

Quote:
Originally Posted by Puzzle-Peter View Post
R2, k=9519 finished to 2^24. No prime. Base released. R366 will pick up some speed now...
I´ve made an sieve file for this sequence up to N=25M.
The calc prime results are looking good.

Code:
using base 2, sieve depth 50000000, and reading 781255 candidates from t17_b2_k9519.npg

expected # of primes: 1.7263706830854946
odds of at least one prime: 82.20709997186222%
(or, in other words) 1 in 1.2164399429517392 chance of at least one prime
on average, 1 in 452541.8600156512 candidates should be prime
I´ll input the file into yoyo@home. Not sure if yoyo is going with my pmax=25e15.

After the file is done, around 03/2018, I´ll go ahead and start some testing. Everyone is welcomed to support.
MisterBitcoin is offline   Reply With Quote
Old 2018-01-06, 21:09   #421
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

101×103 Posts
Default

Quote:
Originally Posted by MisterBitcoin View Post
I´ve made an sieve file for this sequence up to N=25M.
The calc prime results are looking good.

Code:
using base 2, sieve depth 50000000, and reading 781255 candidates from t17_b2_k9519.npg

expected # of primes: 1.7263706830854946
odds of at least one prime: 82.20709997186222%
(or, in other words) 1 in 1.2164399429517392 chance of at least one prime
on average, 1 in 452541.8600156512 candidates should be prime
I´ll input the file into yoyo@home. Not sure if yoyo is going with my pmax=25e15.

After the file is done, around 03/2018, I´ll go ahead and start some testing. Everyone is welcomed to support.
Please be careful when taking on such large efforts. I seriously doubt that this is correct. Otherwise we would have easily found a prime already.

Are you sieving only the even n? If not, you are outside of the scope of the project.

The easiest way to accomplish sieving even n only for 9519*2^n-1 n=2^24 to n=25M is to sieve base 4 instead for half the n-range; that is sieve 9519*4^n-1 for n=2^12 to n=12.5M.

My guess is that at most, there is a 20% chance of prime for even n for n=2^24-25M. Are you certain that you really want to do this? It would be extremely low priority on our sieving needs at this point.

Last fiddled with by gd_barnes on 2018-01-06 at 21:19
gd_barnes is offline   Reply With Quote
Old 2018-01-06, 22:32   #422
MisterBitcoin
 
MisterBitcoin's Avatar
 
"Nuri, the dragon :P"
Jul 2016
Good old Germany

811 Posts
Default

Quote:
Originally Posted by gd_barnes View Post
Please be careful when taking on such large efforts. I seriously doubt that this is correct. Otherwise we would have easily found a prime already.

Are you sieving only the even n? If not, you are outside of the scope of the project.

The easiest way to accomplish sieving even n only for 9519*2^n-1 n=2^24 to n=25M is to sieve base 4 instead for half the n-range; that is sieve 9519*4^n-1 for n=2^12 to n=12.5M.

My guess is that at most, there is a 20% chance of prime for even n for n=2^24-25M. Are you certain that you really want to do this? It would be extremely low priority on our sieving needs at this point.
I did a file for 9519*2^n-1 and submitted it to yoyo.
But it looks like the number of expected primes was wrong, so I´m dropping this effort.
MisterBitcoin is offline   Reply With Quote
Old 2018-01-07, 06:08   #423
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

28A316 Posts
Default

Quote:
Originally Posted by MisterBitcoin View Post
I did a file for 9519*2^n-1 and submitted it to yoyo.
But it looks like the number of expected primes was wrong, so I´m dropping this effort.
I'm still not sure that you understand.

The number of expected primes that you came up with is likely correct for ALL n but that is not what CRUS needs. You would need to sieve only even n. Sieving 9519*4^n-1 accomplishes that. Plenty of primes have already been found for base 2 k=9519 odd n. 9519*2^1-1, 9519*2^11-1, and 9519*2^15-1 are all prime and those are just the smallest 3 primes.

Regardless the effort is apparently not what you expected so it's best to drop it at this point. Few people want to run tests that take more than 1 day each.

Last fiddled with by gd_barnes on 2018-01-07 at 06:10
gd_barnes is offline   Reply With Quote
Old 2018-01-16, 17:13   #424
Puzzle-Peter
 
Puzzle-Peter's Avatar
 
Jun 2009

22·32·19 Posts
Default

Quote:
Originally Posted by gd_barnes View Post

Regardless the effort is apparently not what you expected so it's best to drop it at this point. Few people want to run tests that take more than 1 day each.
I do enjoy those long tests, so I started a sieve for n=2^24 to 2^26.
Puzzle-Peter is offline   Reply With Quote
Old 2018-01-16, 18:54   #425
MisterBitcoin
 
MisterBitcoin's Avatar
 
"Nuri, the dragon :P"
Jul 2016
Good old Germany

811 Posts
Default

Quote:
Originally Posted by Puzzle-Peter View Post
I do enjoy those long tests, so I started a sieve for n=2^24 to 2^26.
Send me that file, I´ll sieve up to 25e15.
Either in my "blog" or via the mail I pm´ed you.
MisterBitcoin is offline   Reply With Quote
Old 2018-01-16, 20:37   #426
VBCurtis
 
VBCurtis's Avatar
 
"Curtis"
Feb 2005
Riverside, CA

28×19 Posts
Default

Looks like fun- I'll donate at least a haswell-core-month to LLR when the sieve file is ready.
VBCurtis is offline   Reply With Quote
Old 2018-01-16, 20:47   #427
Puzzle-Peter
 
Puzzle-Peter's Avatar
 
Jun 2009

22×32×19 Posts
Default

Quote:
Originally Posted by MisterBitcoin View Post
Send me that file, I´ll sieve up to 25e15.
Either in my "blog" or via the mail I pm´ed you.
Ist this deep enough? You were planning to go to 25e15 for N=25M. This sieve file goes more than twice as high.
Puzzle-Peter is offline   Reply With Quote
Old 2018-01-16, 22:28   #428
MisterBitcoin
 
MisterBitcoin's Avatar
 
"Nuri, the dragon :P"
Jul 2016
Good old Germany

811 Posts
Default

Quote:
Originally Posted by Puzzle-Peter View Post
Ist this deep enough? You were planning to go to 25e15 for N=25M. This sieve file goes more than twice as high.
I can also extend the search limit. Since it´s done with yoyo@home I can go as high as you´d like to have it. :)
You might also ask PG, so far I know they did some sieve files with way deeper P´s than yoyo@home would possibly do.
MisterBitcoin is offline   Reply With Quote
Old 2018-01-16, 23:33   #429
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

242438 Posts
Default

I think you guys are talking about two different things. This communication confuses me so I'm wondering if you guys are understanding one another. :-)

Peter, I believe that you are saying that a larger n-range needs to be sieved. I see that you have started on n=2^24-2^26 (n=16777216 to 67108864). That range vs. the previously suggested range by Bitcoin of n=2^24 to n=25M.

Bitcoin, I believe that you are saying that you can sieve much more deeply as is needed.

...so two different lines of communication.

I do not think that Primegrid would have a sieve file for this n-range. To the best of my knowledge they have only sieved all k<=10000 for n=9M-12M to P=20P (20e15). [They've also done all n<9M to deeper sieve depths.]

To clear things up, Peter, I would suggest that you just send Bitcoin your entire sieve file and he can have Yoyo sieve as deeply as they can. I have no idea what that limit should be but I feel like P=25P (25e15) as suggested by Bitcoin would be a good starting point since it's just low weight even-n.

One more thing to avoid some previous confusion: Please make sure that you guys are only sieving even-n. :-)

This may possibly be the highest n-range ever sieved or factored outside of GIMPS.

Last fiddled with by gd_barnes on 2018-01-16 at 23:53
gd_barnes is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Bases 501-1030 reservations/statuses/primes KEP Conjectures 'R Us 3913 2021-07-26 09:58
Bases 251-500 reservations/statuses/primes gd_barnes Conjectures 'R Us 2300 2021-07-25 07:38
Bases 6-32 reservations/statuses/primes gd_barnes Conjectures 'R Us 1397 2021-07-25 07:07
Bases 101-250 reservations/statuses/primes gd_barnes Conjectures 'R Us 905 2021-07-18 16:55
Bases 33-100 reservations/statuses/primes Siemelink Conjectures 'R Us 1691 2021-07-06 18:50

All times are UTC. The time now is 09:26.


Tue Jul 27 09:26:10 UTC 2021 up 4 days, 3:55, 0 users, load averages: 1.98, 2.04, 1.84

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.