![]() |
|
|
#1541 |
|
Sep 2009
2·1,039 Posts |
Is anyone running yafu.pl to factor small composites in factordb? I'm running similar scripts (changed to do ECM and poly selection with my GPU, the rest on other systems), but I'm slowly losing ground as new composites are entered faster than I can factor them (I'm only using a couple of systems too slow for more serious work).
Chris |
|
|
|
|
|
#1542 | |
|
"Antonio Key"
Sep 2011
UK
32·59 Posts |
Quote:
|
|
|
|
|
|
|
#1543 |
|
"Antonio Key"
Sep 2011
UK
32·59 Posts |
|
|
|
|
|
|
#1544 |
|
Sep 2009
40368 Posts |
Thanks.
Chris |
|
|
|
|
|
#1545 |
|
"Antonio Key"
Sep 2011
UK
10000100112 Posts |
|
|
|
|
|
|
#1546 | |
|
"Robert Gerbicz"
Oct 2005
Hungary
22×7×53 Posts |
5 years old post:
Quote:
n=1396981702787004809899378463251 21 Miller-Rabin tests fails (on gmp-6.1.1, but it should be the same on not very-very old gmp versions also). More large orders at: http://factordb.com/prooffailed.php . |
|
|
|
|
|
|
#1547 | |
|
Sep 2002
Database er0rr
373910 Posts |
Quote:
|
|
|
|
|
|
|
#1548 |
|
Sep 2009
2×1,039 Posts |
That explains why the following code from factMsieve.pl said a lot of small numbers in factordb are prime when they are really composite.
Code:
if (eval('use GMP::Mpz;1;')) {
*probab_prime_p = sub {
GMP::Mpz::probab_prime_p("$_[0]", $_[1]); #convert Math::BigInt to scalar
};
}
Chris |
|
|
|
|
|
#1549 | |
|
Einyen
Dec 2003
Denmark
35·13 Posts |
Quote:
Last fiddled with by ATH on 2017-02-16 at 08:41 |
|
|
|
|
|
|
#1550 |
|
Einyen
Dec 2003
Denmark
61278 Posts |
Testing for fun which bases n=1396981702787004809899378463251 fails for:
Between bases 2 and 1000: 265 of them fails. Base 2 actually does not fail, so GMP does not use base 2 apparantly. These bases<1000 shows n as PRP: Code:
3 9 16 17 19 20 22 25 27 31 41 43 46 48 51 53 56 57 58 60 61 66 70 75 77 81 83 93 101 103 104 113 118 123 129 130 138 139 143 144 153 157 159 161 163 168 171 174 180 183 188 193 196 198 203 210 225 227 229 231 235 239 243 245 249 254 256 262 268 271 272 277 279 281 289 292 296 299 302 303 304 309 312 316 317 320 323 334 335 339 340 347 352 354 361 362 364 365 369 370 373 374 377 380 382 387 388 390 395 398 400 407 413 414 417 418 421 425 428 429 431 432 433 440 446 455 459 461 463 466 471 475 477 483 484 485 487 489 491 496 499 500 502 504 509 513 522 523 527 535 540 547 548 549 550 557 564 568 577 579 588 589 594 596 601 605 609 620 622 625 630 656 658 674 675 676 681 682 685 686 687 688 693 697 698 705 710 712 716 717 719 727 729 731 734 735 736 745 747 751 757 762 767 768 775 778 779 781 782 786 787 797 802 804 809 813 816 817 820 821 831 837 843 845 848 851 859 860 867 872 874 876 886 888 889 890 895 896 897 898 901 902 906 909 912 914 917 920 927 928 936 938 941 946 947 948 951 952 960 961 969 976 979 983 986 2-100000: 25017 bases fails Last fiddled with by ATH on 2017-02-16 at 09:45 |
|
|
|
|
|
#1551 | |
|
Just call me Henry
"David"
Sep 2007
Cambridge (GMT/BST)
23×3×5×72 Posts |
Quote:
|
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Database for k-b-b's: | 3.14159 | Miscellaneous Math | 325 | 2016-04-09 17:45 |
| Factoring database issues | Mini-Geek | Factoring | 5 | 2009-07-01 11:51 |
| database.zip | HiddenWarrior | Data | 1 | 2004-03-29 03:53 |
| Database layout | Prime95 | PrimeNet | 1 | 2003-01-18 00:49 |
| Is there a performance database? | Joe O | Lounge | 35 | 2002-09-06 20:19 |