![]() |
|
|
#45 |
|
"Forget I exist"
Jul 2009
Dumbassville
20C016 Posts |
I'm all messed up actually half c will make it 5.c-n which is the lower of the 2 primes and the p value in 2n-p should be the higher I think.
|
|
|
|
|
|
#46 | |
|
May 2010
Prime hunting commission.
32208 Posts |
Quote:
|
|
|
|
|
|
|
#47 |
|
"Forget I exist"
Jul 2009
Dumbassville
838410 Posts |
|
|
|
|
|
|
#48 |
|
"Forget I exist"
Jul 2009
Dumbassville
26×131 Posts |
gettime();forstep(n=4,4000,[2],forprime(x=2,.5*n,if(isprime(floor((.5*n-x)+(.5*n))),print1(n",");break())));gettime() latest code finds the first example then goes on I tried this once and got 203 ms (and I'm on an old machine time wise).
edit: and i forgot to allocatemem() more than the start value lol allocated max memory allowed 932249567 and trying to 4000000 tested over 1 minute and finished about 59386 checks Last fiddled with by science_man_88 on 2010-07-21 at 14:57 |
|
|
|
|
|
#49 |
|
"Forget I exist"
Jul 2009
Dumbassville
838410 Posts |
1001018 is where it stopped as I don't have enough precomputed primes. and I can find them but if i close I lose them i don't know how to get them on the precomputed primes list.
test took about 10 minutes. Last fiddled with by science_man_88 on 2010-07-21 at 15:04 |
|
|
|
|
|
#50 | |
|
Aug 2006
135338 Posts |
Quote:
Code:
primelimit = 500M Of course you don't really need many precomputed primes for this task... Last fiddled with by CRGreathouse on 2010-07-21 at 15:26 |
|
|
|
|
|
|
#51 | |
|
May 2010
Prime hunting commission.
32208 Posts |
Quote:
|
|
|
|
|
|
|
#52 | |
|
May 2010
Prime hunting commission.
24×3×5×7 Posts |
Quote:
Last fiddled with by 3.14159 on 2010-07-21 at 15:26 |
|
|
|
|
|
|
#53 |
|
"Forget I exist"
Jul 2009
Dumbassville
100000110000002 Posts |
I don't know where the gprc file is and my details are 4 gb ram 2.8 ghz and a really old obsolete 32 bit cpu lol.
|
|
|
|
|
|
#54 | |
|
May 2010
Prime hunting commission.
24·3·5·7 Posts |
Quote:
P.S: 690487410473298653431 = 53318149a + 14651927b. a = ?; b = ? Last fiddled with by 3.14159 on 2010-07-21 at 15:28 |
|
|
|
|
|
|
#55 | |
|
"Forget I exist"
Jul 2009
Dumbassville
26·131 Posts |
Quote:
oh and by the way I checked the resulting list against how many , there should be seems to have one missing. doh I know why forgot 2 wasn't included lol Last fiddled with by science_man_88 on 2010-07-21 at 15:32 |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Goldbach Conjecture | MattcAnderson | MattcAnderson | 4 | 2021-04-04 19:21 |
| Factorial and Goldbach conjecture. | MisterBitcoin | MisterBitcoin | 17 | 2018-01-29 00:50 |
| Goldbach's weak conjecture | MattcAnderson | MattcAnderson | 19 | 2017-03-21 18:17 |
| Goldbach's conjecture | Citrix | Puzzles | 3 | 2005-09-09 13:58 |