mersenneforum.org  

Go Back   mersenneforum.org > Fun Stuff > Puzzles

Reply
 
Thread Tools
Old 2014-10-14, 03:46   #45
MattcAnderson
 
MattcAnderson's Avatar
 
"Matthew Anderson"
Dec 2010
Oregon, USA

25·52 Posts
Default

Hi math people,
The densest set of 'A' prime numbers in the interval [x,x+A] with x>A can be found with a prime constellation of length 'A'.
http://mathworld.wolfram.com/PrimeConstellation.html
These constellations have been tabulated and used for the Polymath8 project. See the tables at
http://www.opertech.com/primes/webdata/

An interval of 100 integers containing 24 primes can be found with the constellation
[0 4 6 12 16 24 30 34 40 42 46 52 54 60 66 70 72 76 82 84 90 94 96 100]
However, I do not know the primes.

Hope this is helpful.
Regards,
Matt

Last fiddled with by MattcAnderson on 2014-10-14 at 03:53 Reason: added about 24 primes.
MattcAnderson is offline   Reply With Quote
Old 2014-10-14, 08:25   #46
fivemack
(loop (#_fork))
 
fivemack's Avatar
 
Feb 2006
Cambridge, England

72·131 Posts
Default Here are a few more worth $155.80 or more

Code:
[1187361391, 10980]
[1395350545, 10900]
[1395350595, 10844]
[1395350821, 10824]
[4143800871, 10598]
[7538609667, 10572]
[8668648953, 10542]
fivemack is offline   Reply With Quote
Old 2014-10-14, 08:44   #47
fivemack
(loop (#_fork))
 
fivemack's Avatar
 
Feb 2006
Cambridge, England

11001000100112 Posts
Default

Quote:
Originally Posted by MattcAnderson View Post
Hi math people,
The densest set of 'A' prime numbers in the interval [x,x+A] with x>A can be found with a prime constellation of length 'A'.
http://mathworld.wolfram.com/PrimeConstellation.html
These constellations have been tabulated and used for the Polymath8 project. See the tables at
http://www.opertech.com/primes/webdata/
Thanks for that pointer; I had found a summary table but not the actual offsets within the constellation. I can't convince myself that finding a /24 is remotely practical - I think it's at least millions of times harder than a /18, and finding a /18 took a year or so on 20% of 432 dual-P3 nodes at Zurich (http://www.asgard.ethz.ch/day/ws0102/waldvogel.phtml)
fivemack is offline   Reply With Quote
Old 2014-10-14, 09:03   #48
fivemack
(loop (#_fork))
 
fivemack's Avatar
 
Feb 2006
Cambridge, England

72×131 Posts
Default

On the principle that using lots of my own CPU time to cost myself more money is not as wise as wisdom itself, I've stopped at 11e9 (and updated the table upthread)

Code:
s=2^256
start=11*10^9
dmin=25000
q=vector(101,i,0)
p=nextprime(s+start);for(t=1,101,q[t]=p-s;p=nextprime(1+p))
r=101;xx=q[101];
q
while(true,\
  r2=1+r;if(r2==102,r2=1);\
   delta=q[r]-q[r2];\
   if(delta<dmin,print([q[r], delta]);dmin=delta);\
   xx=nextprime(xx+s+1)-s;\
   q[r2]=xx;\
   r=r2)

Last fiddled with by fivemack on 2014-10-14 at 09:04
fivemack is offline   Reply With Quote
Old 2014-10-14, 16:40   #49
LaurV
Romulan Interpreter
 
LaurV's Avatar
 
Jun 2011
Thailand

7·1,373 Posts
Default

I am still working on this (only in the evenings when I get home), with a different approach. Just to keep you informed.
Maybe expect some results in a week or so...
LaurV is offline   Reply With Quote
Old 2014-10-14, 19:39   #50
fivemack
(loop (#_fork))
 
fivemack's Avatar
 
Feb 2006
Cambridge, England

72·131 Posts
Default

Quote:
Originally Posted by mart_r View Post
Looking at the prime gap listings, the gap at 5378 is currently the best one below 2^256, so the next milestone would be a cluster with k=5376...
There are 64 primes in a 5376-range starting at 2^256+1187351356
fivemack is offline   Reply With Quote
Old 2014-10-14, 20:22   #51
mart_r
 
mart_r's Avatar
 
Dec 2008
you know...around...

29716 Posts
Default

Quote:
Originally Posted by fivemack View Post
There are 64 primes in a 5376-range starting at 2^256+1187351356
Alas I don't think it's possible to squeeze out more than 73 primes in that range...

Anyway, to keep up with the competition, I'll offer k=10164 at s=2^256+1341068619664634010087.
mart_r is offline   Reply With Quote
Old 2014-10-14, 20:56   #52
flagrantflowers
 
Apr 2014

100000002 Posts
Default

Quote:
Originally Posted by mart_r View Post
Anyway, to keep up with the competition, I'll offer k=10164 at s=2^256+1341068619664634010087.
That's a big improvement.
flagrantflowers is offline   Reply With Quote
Old 2014-10-15, 03:36   #53
rajula
 
rajula's Avatar
 
"Tapio Rajala"
Feb 2010
Finland

32×5×7 Posts
Default

I also wrote a program last evening and let it run for the night. This was found after 4h running time on one core (I will test more to see if I got lucky or if my approach was just better)

k = 9776
Code:
s = 115792089240225030208471517581734313024179825562764966188454037028443482485321 = 2^256 + (67 digits)
rajula is offline   Reply With Quote
Old 2014-10-15, 05:38   #54
bsquared
 
bsquared's Avatar
 
"Ben"
Feb 2007

3·1,171 Posts
Default

I jumped on the bandwagon too. After an hour on one machine I have:
Code:
73603164627, 9624
I'll let it go overnight and see what's there in the morning.
bsquared is offline   Reply With Quote
Old 2014-10-15, 13:10   #55
bsquared
 
bsquared's Avatar
 
"Ben"
Feb 2007

1101101110012 Posts
Default

Quote:
Originally Posted by bsquared View Post
I jumped on the bandwagon too. After an hour on one machine I have:
Code:
73603164627, 9624
I'll let it go overnight and see what's there in the morning.
Best after 7 more hours is:

Code:
446184532951, 9514
... and proceeding at ~ 1e9 w/min. I'll let it go up to 1e12; in the meantime I'm playing a bit with a different approach.

Last fiddled with by bsquared on 2014-10-15 at 13:19 Reason: notation
bsquared is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Sieving with powers of small primes in the Small Prime variation of the Quadratic Sieve mickfrancis Factoring 2 2016-05-06 08:13
A small puzzle Dubslow Puzzles 18 2015-12-01 07:41
Zeta nontrivial zeros list Damian Analysis & Analytic Number Theory 11 2013-01-11 05:54
New puzzle about prime wpolly Puzzles 2 2009-07-02 20:27
Prime Puzzle #190 rogue Puzzles 17 2006-09-15 19:08

All times are UTC. The time now is 03:32.


Sat Jul 17 03:32:55 UTC 2021 up 50 days, 1:20, 1 user, load averages: 2.85, 2.22, 1.75

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.