mersenneforum.org  

Go Back   mersenneforum.org > Factoring Projects > FactorDB

Reply
 
Thread Tools
Old 2011-05-22, 20:36   #1090
Andi47
 
Andi47's Avatar
 
Oct 2004
Austria

2·17·73 Posts
Default

Quote:
Originally Posted by Syd View Post
No, it was not intended!!
nice to hear that!
Andi47 is offline   Reply With Quote
Old 2011-05-22, 20:43   #1091
WraithX
 
WraithX's Avatar
 
Mar 2006

1DF16 Posts
Default

Quote:
Originally Posted by Syd View Post
-ecm/p+1/p-1-results are now also saved. Just copy the whole gmp-ecm output inside the results box

-added a little tool to calculate ecm group orders
(http://factordb.com/groupcalc.php)
The calculator for the group order works great for a couple of test numbers I entered in. And it is pretty quick too. What do you use to calculate the group orders? Is it Pari/GP, something written in GMP, or something else?

Also, when submitting gmp-ecm output, what all should be included? Should it be:
---------------------------------------------------
GMP-ECM 6.3 [configured with GMP 5.0.1] [ECM]
Input number is 189620700613125325959116839007395234454467716598457179234021
Using B1=3000000, B2=5706890290, polynomial Dickson(6), sigma=4282141129
********** Factor found in step 2: 282174488599599500573849980909
Found probable prime factor of 30 digits: 282174488599599500573849980909
Probable prime cofactor 671998030559713968361666935769 has 30 digits
---------------------------------------------------
Or more? Or less?

Also, do you save what version of gmp-ecm was used? And, if someone submits an ecm/p-1/p+1 for an existing number (that either does or does not already have an existing ecm/p-1/p+1 entry), does the new entry overwrite/update the existing factor? Or do you just save this info for new numbers?
WraithX is offline   Reply With Quote
Old 2011-05-22, 20:59   #1092
Syd
 
Syd's Avatar
 
Sep 2008
Krefeld, Germany

2·5·23 Posts
Default

Quote:
Originally Posted by WraithX View Post
The calculator for the group order works great for a couple of test numbers I entered in. And it is pretty quick too. What do you use to calculate the group orders? Is it Pari/GP, something written in GMP, or something else?

Also, when submitting gmp-ecm output, what all should be included? Should it be:
---------------------------------------------------
GMP-ECM 6.3 [configured with GMP 5.0.1] [ECM]
Input number is 189620700613125325959116839007395234454467716598457179234021
Using B1=3000000, B2=5706890290, polynomial Dickson(6), sigma=4282141129
********** Factor found in step 2: 282174488599599500573849980909
Found probable prime factor of 30 digits: 282174488599599500573849980909
Probable prime cofactor 671998030559713968361666935769 has 30 digits
---------------------------------------------------
Or more? Or less?

Also, do you save what version of gmp-ecm was used? And, if someone submits an ecm/p-1/p+1 for an existing number (that either does or does not already have an existing ecm/p-1/p+1 entry), does the new entry overwrite/update the existing factor? Or do you just save this info for new numbers?
I use a part of the sage-library to calculate it, its the fastest i could find.

I only save the sigma, b1/b2 bounds, submission time and the user (if logged in). There can only be one ecm/p+1/p-1-result per prime, and thats the one submitted first. I store this not only for new primes, also on already existing numbers.

You can either paste the gmp-ecm output inside the report box (needs input number, prime found + parameters in it) or open the ecm-window on this number and enter the parameters manually. I tested this for quite a few numbers/outputs, so hopefully its bugfree

Last fiddled with by Syd on 2011-05-22 at 21:03
Syd is offline   Reply With Quote
Old 2011-05-22, 21:36   #1093
lorgix
 
lorgix's Avatar
 
Sep 2010
Scandinavia

3·5·41 Posts
Default

Doesn't work for factors found with Brent-Suyama's extension, right?
lorgix is offline   Reply With Quote
Old 2011-05-22, 21:45   #1094
Syd
 
Syd's Avatar
 
Sep 2008
Krefeld, Germany

111001102 Posts
Default

Quote:
Originally Posted by lorgix View Post
Doesn't work for factors found with Brent-Suyama's extension, right?
No, not yet.
Syd is offline   Reply With Quote
Old 2011-05-22, 21:55   #1095
lorgix
 
lorgix's Avatar
 
Sep 2010
Scandinavia

11478 Posts
Default

OK. Sounds like you're working on that(?)

Would it be realistic, btw, to do some basic ecm/p+1/p-1 automatically? Like TF.


p.s. Great work with the db, I really appreciate it!
lorgix is offline   Reply With Quote
Old 2011-05-22, 22:49   #1096
mnh001
 
Apr 2011

4016 Posts
Default

For numbers less than 50 digits it's easy enough to grab thousands at once to batch process but for numbers greater than 50 digits, is there any way to get large quantities of them at once? Or just one at a time? Might be a nice feature to put in sometime.
mnh001 is offline   Reply With Quote
Old 2011-05-22, 23:38   #1097
ugly2dog
 
May 2009

2·33 Posts
Default

Any chance that factors that were submitted for sequences be redone on your end? I had a hard drive crash and lost several days of data.
ugly2dog is offline   Reply With Quote
Old 2011-05-23, 04:59   #1098
Syd
 
Syd's Avatar
 
Sep 2008
Krefeld, Germany

E616 Posts
Default

Quote:
Originally Posted by lorgix View Post
OK. Sounds like you're working on that(?)
Thats something I have to read more about first.

Quote:
Would it be realistic, btw, to do some basic ecm/p+1/p-1 automatically? Like TF.
On small numbers - of cause. At least P-1, B1=20k for all numbers <400 digits sounds okay to me. But this needs some more changes - give me a week or so.

Quote:
p.s. Great work with the db, I really appreciate it!
Thank you

Quote:
Originally Posted by mnh001 View Post
For numbers less than 50 digits it's easy enough to grab thousands at once to batch process but for numbers greater than 50 digits, is there any way to get large quantities of them at once? Or just one at a time? Might be a nice feature to put in sometime.
You could either use listtype.php - or - the script I just placed within the download-section. Max. is 5k at once. Enough? But at the moment you will just get some of the random numbers someone spammed in there ..

Quote:
Originally Posted by ugly2dog View Post
Any chance that factors that were submitted for sequences be redone on your end? I had a hard drive crash and lost several days of data.
Redone? If you submitted them, you can get em back. Or did I not understand your question?
Syd is offline   Reply With Quote
Old 2011-05-23, 07:00   #1099
Syd
 
Syd's Avatar
 
Sep 2008
Krefeld, Germany

111001102 Posts
Default

Quote:
Originally Posted by cmd View Post
_.
100k useful numbers?!?
Syd is offline   Reply With Quote
Old 2011-05-23, 13:05   #1100
EdH
 
EdH's Avatar
 
"Ed Hall"
Dec 2009
Adirondack Mtns

2·19·101 Posts
Default

Quote:
Originally Posted by Syd View Post
...But at the moment you will just get some of the random numbers someone spammed in there ...
I hope those aren't residual from my sociable number search around 10^15 a week or so ago. I was using AliWin/Aliqueit and was bumping the db to see if the sequences might already exist, which caused it to initiate and run the sequences based on the primary number. Then the sequences took off on their own generating more composites. I stopped querying the db as soon as I realized it was running away with the sequences. I would have thought that they would have cleared by now, but maybe not.

Sorry, if I was that source of the "random" numbers. It was neither foreseen nor intentional.

I wonder if it might not actually be good to have the db initiate an aliquot sequence simply by querying for a non-existent one...
EdH is offline   Reply With Quote
Reply

Thread Tools


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

All times are UTC. The time now is 06:20.


Fri Aug 6 06:20:30 UTC 2021 up 14 days, 49 mins, 1 user, load averages: 3.55, 2.92, 2.83

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.