![]() |
|
|
#23 |
|
Aug 2006
3×1,993 Posts |
I haven't tried to check it. Can you give a precise statement of that, please? "For each positive integer k, ..."
|
|
|
|
|
|
#24 |
|
Sep 2004
53310 Posts |
Let q(x) be the next prime after x. q(x) - k Primorial(n) is prime for all positive integer n and k. For some k, the sequence will have a 9 within the first few terms, afterwhich all will be prime. That second sentence needs some refining probably by some additional testing or math analysis. I have checked k up to 2500 for the first 50 terms, and sometimes the 1st, 2nd, or 3rd produced 9, after which all were primes. Testing out randomly at large k being several million, or trillion, I came across two values which produced 9 on the 4th iteration.
EDIT:It seems my value of always 9 is not true, but I think that maybe the function needs to stabilze for a few values to produce primes. Last fiddled with by Joshua2 on 2009-01-27 at 22:25 |
|
|
|
|
|
#25 |
|
Aug 2006
3×1,993 Posts |
I'm still having a little trouble with your statement. What's x in "q(x)"? And the value 1 is very common; I assume you meant to include it. Here's what I assume your conjecture to be:
"Let q(x) be the next prime after x and Q(x) = q(x) - x. 1. For all positive integers n and k, Q(k * primorial(n)) is prime, 1, or 9. 2. For all positive integers k, there is some N such that for all n > N, Q(k * primorial(n)) is prime or 1." Part 2 can have no finite counterexample. The counterexamples I found to part 1 are 2# * {263, 446, 536, 565, 568, ...} 3# * {413, 523, 717, 806, 922, ...} 5# * {2018, 2736, 3679, 4988, ...} 7# * {48907, 60997, 76102, 95354, ...} 11# * {100284, 169695, 188919, ...} 13# * {869700, 9452087, ...} I expect that for each value of n there are infinitely many counterexamples. Last fiddled with by CRGreathouse on 2009-01-27 at 23:21 |
|
|
|
|
|
#26 |
|
(loop (#_fork))
Feb 2006
Cambridge, England
23×11×73 Posts |
Another small problem is that pari's implementation of APRCL takes really quite a lot of memory; about 600M for a 2000-digit number, and a little over 4G for a 3000-digit one.
I think this is a rather uninteresting problem, since by construction K = nextprime(p#)-p# must be prime if it's less than p^2, and for it to be greater than p^2 would mean you had a very unusually large gap between primes (p# is roughly e^p, so it'd be a gap of O(log(N)^2) between primes near a number of size N; this is about what one of the conjectures mentioned in http://www.ieeta.pt/~tos/gaps.html gives as the size of the largest-ever gap between primes up to N, but it would be very odd for such a largest-ever gap to be of the very special form of fortunate numbers. |
|
|
|
|
|
#27 | |
|
Aug 2006
3·1,993 Posts |
Quote:
|
|
|
|
|
|
|
#28 | |
|
Sep 2004
13·41 Posts |
Quote:
As well, I believe you have both my conjecture and the fortunate conjecture misinterpreted, because neither one can produce 1 as the output (see below post). It is nextprime(p#+1) for the fortunate conjecture or nextprime(Kp#+1) for mine. Edit: because the next number would be even after the +1 term, it could be stated as +2 instead to make it odd as in nextprime(p#+2). Last fiddled with by Joshua2 on 2009-01-28 at 01:29 |
|
|
|
|
|
|
#29 | ||
|
Sep 2004
13×41 Posts |
Quote:
Quote:
So, the Jordan generalized Fortune conjecture. Let q(x) be the next prime after x+1, and Q(x) = q(x) - x. For all positive integers k and n positive integers ten or greater (i'm thinking better is n integer greater than ceiling(log k)), Q(k*primorial(n)) is prime. k=1 would be the fortune conjecture, with n any positive integer. I discovered k = 9.99999 x 10 ^ 87 + 1 took nine terms to stabilize to primes. Last fiddled with by Joshua2 on 2009-01-28 at 02:27 |
||
|
|
|
|
|
#30 | |
|
Aug 2006
597910 Posts |
You write:
"Let q(x) be the next prime after x. q(x) - k Primorial(n) is prime for all positive integer n and k." I think you mean: "Let q(x) be the next prime after x. q(k Primorial(n)) - k Primorial(n) is prime for all positive integer n and k." That's what I meant when I wrote "What's x in 'q(x)'?", and why I defined Q(x) to avoid the issue. Quote:
I'm using Pari, and in Pari nextprime(x) is the smallest prime greater than or equal to x. Thus nextprime(6) = nextprime(7) = 7.
Last fiddled with by CRGreathouse on 2009-01-28 at 01:52 |
|
|
|
|
|
|
#31 |
|
Sep 2004
53310 Posts |
If you look at my pari, I have nextprime(x+2 or x+3) (pari's notation is somehow equivalent to actually x+1 or x+2). nextprime(6+1) = 11. The smallest possible value is 3, which is the first term of the fortunate series. So I guess I need to change to:
Let q(x) be the next prime after x, and Q(x) = q(x+2) - x. The rest is good as is. k = 44 took two terms to stabilize (first term was 9). k= 221 took three. k=2018 took four k = 47867 took five. k= 100284 took six k = 9.99999 x 10 ^ 87 + 1 took 9 terms to stabilize to primes. k = 9.999 x 10 ^ 118 + 234 took 10 terms to stabilize. k= 9 x 10 ^ 173 + 81 took 12 terms So it seems that I need as k tends to infinity it would take more and more terms. However, 99.9% at least seem to work for all n and not need to stabilize. So I need something like "For all positive integers k and n integer greater than log k, Q(k*primorial(n)) is prime, where Q(x) = q(x+2) - x. Last fiddled with by Joshua2 on 2009-01-28 at 03:15 |
|
|
|
|
|
#32 |
|
Aug 2006
3×1,993 Posts |
Sorry, I missed your program.
In any case, I don't think I'll be doing any more checking of this conjecture. I think when you say Primorial(9) you mean what I mean by 23# = 223092870, and checking for k that cause problems there would take a lot of crunching (in the petatick range, or several weeks on my computer). |
|
|
|
|
|
#33 |
|
Sep 2004
10258 Posts |
Yes, I by primorial 9 i meant the first 9 primes multiplied together. You don't necessarily need to check there at 9 now that I changed my conjecture to not use nine. Instead of the first saying n starting at 9, see previous post it is log k. So if you are trying k's with a ten digits you might need ones that large, but there are plenty of k's and n's to check that are fast. I am doing some right now and it is churning. Do you still believe my conjecture is related to the size of prime gaps? And if so could you help me understand how?
Last fiddled with by Joshua2 on 2009-01-28 at 04:17 |
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Let's attack the Bayesian-ECM-bounds again | fivemack | Math | 34 | 2021-08-05 10:55 |
| Nuke attack - run or hide? | MooMoo2 | Soap Box | 40 | 2018-01-19 23:48 |
| TF: A job half done? | davieddy | Lounge | 35 | 2010-10-01 20:18 |
| Attack of the Cosmic Rays | S485122 | Hardware | 3 | 2010-08-24 01:19 |
| Attack of the Killer Zombies | ewmayer | Lounge | 12 | 2007-01-30 05:56 |