![]() |
|
|
#23 | |
|
Nov 2003
746010 Posts |
Quote:
that the interval [13,113] is the last interval of length 100 containing 25 primes and that the most one can find in length 100 infinitely often is 23 primes. I don't know if there are any intervals of length 100 containing exactly 24 primes. There can be only finitely many. |
|
|
|
|
|
|
#24 | |
|
Jun 2003
22×3×421 Posts |
Quote:
|
|
|
|
|
|
|
#25 | |||
|
Romulan Interpreter
Jun 2011
Thailand
7·1,373 Posts |
Quote:
The problem is still easy, nothing puzzling about it. Sieving over those big gaps of thousands may give you a much better chance, but proving primality there gets slower. However, there are enough gaps on those tables where finding primes would be easy (like around 70 to 500 digits dtarting point and up to 30000 in size. The P155 from Dana Jacobsen is very tempting, especially as she is also member of this forum, hehe. I can not believe that one can't get more than 67 primes in an >11k interval of 155 digit numbers. Five minutes of programming effort in front of the coffee cup this nice Saturday (my free Saturday, so you can't get rid of me and about 15 minutes of waiting (in fact browsing the forum) and here you are, using the largest known maximal gap that is 1476 and its starts at P19 = 1425172824437699411: There are 73 primes in a 1476-long interval, starting from 1425172829756614139Quote:
Quote:
). Your interval where the "maximal" could fit it can start at xi (mod pi) and you have to take all combinations of 0<xi<pi, for primes pi<G/2. Of course this is not polynomial.It might be my wrong handling of English, or my stupidity either, you can pick, but (to make an analogy without connection to our subject ) it is trivial for me to print all n-factorial permutations of n symbols in lexicographic order, but I don't think any of us would claim that such activity will take a polynomial time in n.
|
|||
|
|
|
|
|
#26 | |
|
Dec 2008
you know...around...
12278 Posts |
Quote:
According to the k-tuple conjecture, an interval of length 100 can only contain at most 23 primes infinitely often. With interval length=101, there may be 24 (infinitely often as well). Apparently Mr Chermoni and Mr Wroblewski are on the hunt for such a dense cluster. May still take a few years till it's found. @ fivemack: You got it. 73 primes is the new record. Last fiddled with by mart_r on 2014-10-11 at 10:45 |
|
|
|
|
|
|
#27 |
|
Nov 2003
22×5×373 Posts |
|
|
|
|
|
|
#28 |
|
Romulan Interpreter
Jun 2011
Thailand
7×1,373 Posts |
He edited his post AFTER he saw my solution. Supermods can do that. But he forgot to edit the quotations to his posts in the subsequent posts. Bad supermod! Bad! See RDS's post after his post, with the quotation, where Tom only found 63 primes
![]() (gotcha!)
Last fiddled with by LaurV on 2014-10-11 at 12:58 |
|
|
|
|
|
#29 | |
|
"Curtis"
Feb 2005
Riverside, CA
10010111111012 Posts |
Quote:
-Curtis |
|
|
|
|
|
|
#30 | |
|
Dec 2008
you know...around...
12278 Posts |
Quote:
to you, LaurV.@ RDS: Agreed. I'm still somewhat confused about that issue with cardinal and ordinal infinities. So many definitions, so many axioms, and so little time... |
|
|
|
|
|
|
#31 |
|
(loop (#_fork))
Feb 2006
Cambridge, England
191316 Posts |
I left the calculation running overnight and edited the post in the morning before hitting the update button and seeing what other people had done overnight; I then went to Blackpool for the weekend to see my cousins' extremely cute small babies.
|
|
|
|
|
|
#32 | |
|
Romulan Interpreter
Jun 2011
Thailand
258B16 Posts |
Quote:
![]() My ruler shows only 24 holes, and there is no way you could get 25, even if you sieve only to primes under (and including) 19. You only get 24 holes when the interval starts at 217153, 1314277, 1639987, 3465013, 4811743, 4887847, 6234577, 8059603, 8385313, or 9482437 (mod 9699690). For all the other 9699690-10=9699680 cases, the ruler shows fewer holes (between 2 and 23, when primes up to 47 are used for sieving). So, your number is 24. Technically (and offtopic), because there is a sieving possibility which only lets 2 holes in the ruler (i.e. there is no possibility to cover all the ruler with primes below 50), we can use two additional primes to cover the holes, so there should be a gap of at least 100 after x, where x is 0 (mod 2, 3, 5, 7, 29, 43, 53, 59), 10 (mod 11), 7 (mod 13), 16 (mod 19), 9 (mod 23), 20 (mod 31), 6 (mod 37), 30 (mod 47). You can combine them by CRT to see where this gap is, and if really is there. Of course, this is not the first gap, and it has nothing to do with our problem
Last fiddled with by LaurV on 2014-10-13 at 14:39 |
|
|
|
|
|
|
#33 |
|
(loop (#_fork))
Feb 2006
Cambridge, England
641910 Posts |
I want to find the shortest set of 101 consecutive primes greater than 2^256. Current best I've found is 12523:
Code:
s=2^256; w=6423013; k=12522 p=0; for(c=0,k,if(isprime(s+w-c),p=p+1)); p I will donate to the forum $(0.1 * (12558-kmin)) for the working (w,k) pair (both positive!) with smallest k, posted here before 1 January 2015; I will be very happy (and it would be a nice publishable piece of work) if someone finds a way to cost me $600 or more, whether by using the Chinese Remainder Theorem in a clever way or otherwise. Please don't make a BOINC project; I'd really rather people not squander $1000 of the electricity bills and computer depreciation of third parties in order to make $100 for the forum. Last fiddled with by fivemack on 2014-10-13 at 14:47 |
|
|
|
![]() |
| Thread Tools | |
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 |