Forum: GMP-ECM
2018-05-28, 07:03
|
Replies: 5
Views: 7,519
@fivemack was right in saying that the process...
@fivemack was right in saying that the process was terminated. I was running GMP-ECM on Windows 7 as a Python subprocess. Akos Kiss at https://bugs.python.org/issue31863 reports that processes CAN...
|
Forum: GMP-ECM
2018-05-24, 10:28
|
Replies: 5
Views: 7,519
Exit status 15
While running GMP-ECM with B1=11000000 and c=1302, it stopped with Exit status 15 and found no factors. The only place I have found the exit status values documented is the Linux Man page for gmp-ecm...
|
Forum: FactorDB
2018-04-04, 02:29
|
Replies: 21
Views: 7,901
|
Forum: FactorDB
2018-04-03, 08:05
|
Replies: 21
Views: 7,901
|
Forum: FactorDB
2018-04-03, 00:14
|
Replies: 21
Views: 7,901
|
Forum: FactorDB
2018-04-02, 22:43
|
Replies: 21
Views: 7,901
You are quite right about the sequence I was...
You are quite right about the sequence I was looking at. I am very impressed that you made this inference from the few examples I provided. I was aware of the relationship between the sequences...
|
Forum: FactorDB
2018-04-02, 07:00
|
Replies: 21
Views: 7,901
The numbers are taken from an aliquot sequence...
The numbers are taken from an aliquot sequence project I am running and don't necessarily relate to any existing factors in the database.
I was doing 6 attempts with 10 seconds of sleep between...
|
Forum: FactorDB
2018-04-02, 05:41
|
Replies: 21
Views: 7,901
|
Forum: FactorDB
2018-04-02, 04:28
|
Replies: 21
Views: 7,901
|
Forum: FactorDB
2018-04-02, 03:29
|
Replies: 21
Views: 7,901
Now that number is 'FF' from Python.
This...
Now that number is 'FF' from Python.
This one is still 'C':-
52366186180679306335144096639289985739377662519577838330283010732839432648885536870843823075056707630585377852887738877
|
Forum: FactorDB
2018-04-02, 02:49
|
Replies: 21
Views: 7,901
Right now,...
Right now, 36868743542001151893415408511062812705584118566362468784537941808688929129381217798445710341479658115867192826982725123 is getting a 'C' via Python.
Is it possible to check whether this...
|
Forum: FactorDB
2018-04-02, 02:11
|
Replies: 21
Views: 7,901
Accessing FactorDB from Python
I am accessing the database using FactorDB from a Python library module (https://pypi.python.org/pypi/factordb-pycli). For some numbers (about 120 digits), the Python call just gets a 'C' response,...
|
Forum: YAFU
2018-03-26, 02:33
|
Replies: 5
Views: 1,684
|
Forum: YAFU
2018-03-26, 00:22
|
Replies: 5
Views: 1,684
|
Forum: YAFU
2018-03-24, 06:49
|
Replies: 5
Views: 1,684
nextprime function is spooked by leading zero.
An example on Windows 7:-
C:\Users\Christopher\Downloads\yafu-1.34>yafu-x64 "nextprime(723391033893233, 0)"
ans = 723391033893197
but
C:\Users\Christopher\Downloads\yafu-1.34>yafu-x64...
|
Forum: YAFU
2018-03-14, 08:48
|
Replies: 8
Views: 3,400
|
Forum: YAFU
2018-03-13, 04:09
|
Replies: 8
Views: 3,400
Me too
This bit me as well on Windows 10.
It's a problem whenever you invoke yafu.exe from a different directory than where yafu.exe and yafu.ini reside.
|