![]() |
![]() |
#1 |
"John A Burroughs"
Jan 2016
Warwick, RI
1916 Posts |
![]()
Hi,
I was running ECM curves on F12 and my prime log states: F12 has a factor: 45477879701734570611058964078361695337745924097 but when I enter that in my factor into my worktodo.txt for future curves, I get the message "45477879701734570611058964078361695337745924097 does not divide F12" Did I find a factor? Thanks, John |
![]() |
![]() |
![]() |
#2 |
(loop (#_fork))
Feb 2006
Cambridge, England
2·7·461 Posts |
![]()
You found a factor, but it is a composite factor
Code:
114689 * 26017793 * 63766529 * 190274191361 * 1256132134125569 |
![]() |
![]() |
![]() |
#3 |
"John A Burroughs"
Jan 2016
Warwick, RI
52 Posts |
![]()
My worktodo.txt contains:
ECM2=N/A,1,2,4096,1,999999999,99999999900,10,"114689,26017793,63766529,190274191361,1256132134125569,568630647535356955169033410940867804839360742060818433" I blocked out my reservation code and replaced it with N/A. I will still get composite factors? Thanks, John |
![]() |
![]() |
![]() |
#4 | |
Sep 2003
2·5·7·37 Posts |
![]() Quote:
So it doesn't actually divide out the known factors, rather it merely ignores them. Last fiddled with by GP2 on 2016-11-01 at 16:41 |
|
![]() |
![]() |
![]() |
#5 |
Sep 2003
2·5·7·37 Posts |
![]()
If your ECM2 line contains a double-quoted string with comma-separated known factors at the end, then it should never report any bogus composite factors that are composed of the already-known prime factors.
It's not clear what happened, but maybe at some point you inadvertently added an ECM2 line to your worktodo.txt that was missing the double-quoted string at the end. |
![]() |
![]() |
![]() |
#6 | |
"Serge"
Mar 2008
San Diego, Calif.
242368 Posts |
![]() Quote:
When the code parses an assignment, it goes word by word. It prepares the FFT structures for F12 and a standalone long number m=F12; then it divides m by every word and skips those that don't divide (and at this point when it reports "X doesn't divide F12" it means X doesn't divide "X doesn't divide F12/product(all factors before X)". So if you put one factor in the d-quotes twice, the code will complain about the second of them but will work just fine as intended. If you put "(a)", "(product of b*c)" and also "(product of a*c)", one after another in d-quotes, you will get an error "(a*c) doesn't divide F12" but the code will still work as if you provided a, b and c. You can also provide a product of all factors in d-quotes - that will be also fine. |
|
![]() |
![]() |
![]() |
#7 |
Sep 2003
50368 Posts |
![]()
Ah, OK.
On a different note: we've twice had Mersenne primes discovered without anyone noticing for months, because the automatic notification failed. I wonder if there is any notification mechanism if new Fermat factors are found, and are we sure it works? Is it possible that some Fermat factor was found but has been sitting forgotten in a log file somewhere... |
![]() |
![]() |
![]() |
#8 |
P90 years forever!
Aug 2002
Yeehaw, FL
202448 Posts |
![]()
There is no email notifications for Fermat factors. The good news is they aren't hidden. They should get added to the database and displayed for all to see.
|
![]() |
![]() |
![]() |
#9 | |
Sep 2003
1010000111102 Posts |
![]() Quote:
And assuming you can actually see them somewhere, is anyone viewing that periodically and checking for new ones? Last fiddled with by GP2 on 2016-11-02 at 02:06 |
|
![]() |
![]() |
![]() |
#10 |
P90 years forever!
Aug 2002
Yeehaw, FL
22×2,089 Posts |
![]()
I guess the only place to see them is to get an ECM assignment.
I checked and there are no new ones. Vang's F12 factor was missing. |
![]() |
![]() |
![]() |
#11 |
Aug 2002
21ED16 Posts |
![]() |
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Factor found that should have been found by P-1 | tha | Data | 65 | 2020-08-05 21:11 |
Mfaktc keeps going after a factor is found | NBtarheel_33 | GPU Computing | 11 | 2012-04-07 21:12 |
found this factor | tha | Factoring | 4 | 2007-06-18 19:56 |
After a factor is found it keeps on going | jocelynl | Software | 6 | 2004-08-07 01:31 |
Odd Reporting of a Factor Found | Reboot It | Data | 3 | 2003-12-03 14:39 |