![]() |
|
|
#364 |
|
"Mark"
Apr 2003
Between here and the
11×577 Posts |
|
|
|
|
|
|
#365 |
|
Sep 2010
Weston, Ontario
23·52 Posts |
I renamed my 1324 (x,y) list xyyx.in and put it in the same folder as xyyxsieve:
Code:
./xyyxsieve -i xyyx.in -P1e9 xyyxsieve v1.5, a program to find factors numbers of the form x^y+y^x Fatal Error: Can only continue from input file Code:
Fatal Error: Unable to open input file |
|
|
|
|
|
#366 | |
|
"Mark"
Apr 2003
Between here and the
11×577 Posts |
Quote:
|
|
|
|
|
|
|
#367 | |
|
Sep 2010
Weston, Ontario
23·52 Posts |
Quote:
Code:
ABC $a^$b$c*$b^$a // Sieved to 1000193 1000 319 +1 1000 341 +1 Last fiddled with by pxp on 2020-06-30 at 09:11 Reason: added a thought |
|
|
|
|
|
|
#368 |
|
Mar 2006
Germany
55308 Posts |
So your file is like
Code:
(85085,34812) (92856,14509) - remove the "(" - remove the ")" - replace the "," with " +1 " (notice the spaces) Now the file should look like this Code:
85085 +1 34812 92856 +1 14509 Code:
ABC $a^$c$b*$c^$a // Sieved to 1000193 This file now works with pfgw, try this with the sieve then. PS: Seems xyyxsieve don't like the file format, do the same with this - remove the "(" - replace "," with " " (space) - replace the ")" with " +1" (notice spaces) and the first line as Code:
ABC $a^$b$c*$b^$a // Sieved to 1000193 Last fiddled with by kar_bon on 2020-06-30 at 10:23 Reason: PS |
|
|
|
|
|
#369 | |
|
"Mark"
Apr 2003
Between here and the
11000110010112 Posts |
Quote:
In your case you are not starting "from scratch" so usage isn't quite so clear. The error "Can only continue from input file" is odd. -i provides the name of the file. if that file doesn't exist then you get the other error. If this happens again, I suggest you remove the space after the -i and use "-ixyyx.in" (for example). I think you have enough detail to get started, but if not, please reach out to me. |
|
|
|
|
|
|
#370 |
|
Sep 2010
Weston, Ontario
C816 Posts |
I'm not making any progress. The error appears even after requesting help:
Code:
./xyyxsieve -h xyyxsieve v1.5, a program to find factors numbers of the form x^y+y^x -h --help prints this help -p --pmin=P0 sieve start: P0 < p (default 3) -P --pmax=P1 sieve end: p < P1 (default 2^62) -w --worksize=w primes per chunk of work (default 10000) -W --workers=W start W workers (default 1) -A --applyandexit apply factors and exit (used with -I) -i --inputterms=i input file of remaining candidates -I --inputfactors=I input file with factors (used with -A) -o --outputterms=o output file of remaining candidates -O --outputfactors=O output file with new factors -x --minx=x minimum x to search -X --maxx=X maximum x to search -y --miny=y minimum y to search -Y --maxy=Y maximum y to search -D --disableavx disableavx Fatal Error: Can only continue from input file |
|
|
|
|
|
#371 | |
|
"Mark"
Apr 2003
Between here and the
11·577 Posts |
Quote:
|
|
|
|
|
|
|
#372 |
|
Sep 2010
Weston, Ontario
23×52 Posts |
|
|
|
|
|
|
#373 |
|
Sep 2010
Weston, Ontario
23·52 Posts |
I have replaced the previously referenced first three pages of Leyland prime candidates > L(328574,15) with versions that are now ABC format as opposed to my original (x,y) format. They are also significantly larger files as I have undone my own attempt at sieving in Mathematica since xyyxsieve will do so better/faster.
http://chesswanks.com/num/LLPHbdl/386434.txt http://chesswanks.com/num/LLPHbdl/386435.txt http://chesswanks.com/num/LLPHbdl/386436.txt the first three lines of the first page look like this: Code:
ABC $a^$b$c*$b^$a 164287 225 +1 102503 5888 +1 Every page starts out as a list of Leyland numbers. There are ~18000 such for each decimal-digits length in this range. Apparently there is a 16k line limit in ABC-formatted files so I reduced this to ~11000 lines by applying GCD(x,y)=1 to the (x,y) pairs. These were then printed out as the above-mentioned files. As previously shown, a small-primes sieve will reduce the 11000 candidates to ~1300 and a deeper run to ~300. As Mark mentioned, a pfgw run of these would take about two weeks or so. Since I'm presently unable to participate because the OS X xyyxsieve created by Mark for this purpose is not cooperating, I thought I'd just put this out there as the germ of an idea for future consideration. If there is something wrong with my ABC formatting or there is something else that needs attention (like the file-name ending, .txt or .in, does it matter?), please let me know. It takes very little time to re-generate the pages from scratch. |
|
|
|
|
|
#374 | |
|
"Mark"
Apr 2003
Between here and the
11×577 Posts |
Quote:
|
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Leyland Primes: ECPP proofs | Batalov | XYYXF Project | 17 | 2021-07-12 20:05 |
| Mersenne Primes p which are in a set of twin primes is finite? | carpetpool | Miscellaneous Math | 3 | 2017-08-10 13:47 |
| Distribution of Mersenne primes before and after couples of primes found | emily | Math | 34 | 2017-07-16 18:44 |
| On Leyland Primes | davar55 | Puzzles | 9 | 2016-03-15 20:55 |
| possible primes (real primes & poss.prime products) | troels munkner | Miscellaneous Math | 4 | 2006-06-02 08:35 |