![]() |
|
|
#2212 |
|
Oct 2006
Berlin, Germany
7·89 Posts |
I queued some.
|
|
|
|
|
|
#2213 |
|
Oct 2006
Berlin, Germany
7×89 Posts |
Nothing found so far: http://www.rechenkraft.net/yoyo/y_status_ecm.php
|
|
|
|
|
|
#2214 |
|
Sep 2008
Kansas
26×53 Posts |
Wow! Thanks for all the curves.
A good polynomial was found by Alfred. Not sure how Batalov found his post. Maybe it was accidentally deleted after the critique. It did sieve better than VBCurtis which was posted later. This might be a nice job for NFS@Home... |
|
|
|
|
|
#2215 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
9,497 Posts |
No, no.
There was no post. Instead of a post (or a post with quote), "Alfred" pressed the "Report the post" button, and the system sent an email to all moderators. Way to go. We have nothing else to do other than read "complaints" about the posts which are not even complaints. Or reposting posts which were not even posts. But hey, we are nice -- we can do even that. |
|
|
|
|
|
#2216 |
|
Sep 2008
Kansas
1101010000002 Posts |
So Alfred was reporting his results, but not by posting a post, but by reporting a post.
So he used report a post, to report his results, instead of posting a post. I get it. (I think.)
|
|
|
|
|
|
#2217 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
9,497 Posts |
A 50-50 chance to crack the 2^3*3^2 driver here, hmm?
(No one seems to be excited...) |
|
|
|
|
|
#2218 |
|
Romulan Interpreter
Jun 2011
Thailand
26·151 Posts |
You know, first I was thinking exactly to the same thing, hehe. Then I realized that if you consider the 3 (mod 4) factor in front and the fact that the cofactor is not prime (and it has 164 digits, and also can split in more than two ways), then the chances are much much smaller... somewhere close to one in billions... many billions...
|
|
|
|
|
|
#2219 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
9,497 Posts |
|
|
|
|
|
|
#2220 | |
|
Sep 2008
Kansas
26·53 Posts |
Quote:
|
|
|
|
|
|
|
#2221 | |
|
Romulan Interpreter
Jun 2011
Thailand
100101110000002 Posts |
Quote:
Code:
gp > cnt=0; digits=5; kcn=0; n=12*10^digits; for(k=1,10^6, p=n+12*k+5; if(!isprime(p), kcn++; a=2^3*3^2*97*p; s=sigma(a)-a; f=factorint(s); if(f[1,2]!=3,cnt++; printf("...%d : %2.7f...%c",k,1.0*cnt/kcn,13))))
...999999 : 0.2972856...
gp > cnt=0; digits=10; kcn=0; n=12*10^digits; for(k=1,10^6, p=n+12*k+5; if(!isprime(p), kcn++; a=2^3*3^2*97*p; s=sigma(a)-a; f=factorint(s); if(f[1,2]!=3,cnt++; printf("...%d : %2.7f...%c",k,1.0*cnt/kcn,13))))
...134719 : 0.2059614...
*** user interrupt after 34,942 ms.
gp > cnt=0; digits=40; kcn=0; n=12*10^digits; for(k=1,10^5, p=n+12*k+5; if(!isprime(p), kcn++; a=2^3*3^2*97*p; s=sigma(a)-a; f=factorint(s); if(f[1,2]!=3,cnt++; printf("...%d : %2.7f...%c",k,1.0*cnt/kcn,13))))
...337 : 0.0701220...
*** user interrupt after 1min, 42,441 ms.
break>
Last fiddled with by LaurV on 2014-01-10 at 04:00 Reason: grrrr... cleaning the code, plus red bold |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Reserved for MF - Sequence 3366 | RichD | Aliquot Sequences | 470 | 2021-04-22 02:17 |
| Reserved for MF - Sequence 3408 | RichD | Aliquot Sequences | 474 | 2021-03-07 20:28 |
| Reserved for MF - Sequence 276 | kar_bon | Aliquot Sequences | 127 | 2020-12-17 10:05 |
| Assignments are reserved but not showing up | prism019 | GPU to 72 | 6 | 2020-09-21 22:11 |
| 80M to 64 bits ... but not really reserved | petrw1 | Lone Mersenne Hunters | 82 | 2010-01-11 01:57 |