mersenneforum.org  

Go Back   mersenneforum.org > Factoring Projects > FactorDB

Reply
 
Thread Tools
Old 2011-06-23, 06:07   #1123
schickel
 
schickel's Avatar
 
"Frank <^>"
Dec 2004
CDP Janesville

212210 Posts
Default

Quote:
Originally Posted by wblipp View Post
Why is there interest in finding the complete factorization of 136^35+n for n odd 1 to one million, and 2^1024+n, n 1 to 1000? It appears both of these sets have been dumped into factordb this week.
I figured our friend has been (hyper)active again....

Last fiddled with by schickel on 2011-06-23 at 06:08 Reason: Better wording
schickel is offline   Reply With Quote
Old 2011-07-09, 07:57   #1124
lorgix
 
lorgix's Avatar
 
Sep 2010
Scandinavia

61510 Posts
Exclamation Fatal error

Code:
Fatal error:  Call to a member function __getgmp() on a non-object in /apache/htdocs/factor.php on line 538
lorgix is offline   Reply With Quote
Old 2011-07-11, 05:54   #1125
lorgix
 
lorgix's Avatar
 
Sep 2010
Scandinavia

3·5·41 Posts
Default

Quote:
Originally Posted by lorgix View Post
"Would it be realistic, btw, to do some basic ecm/p+1/p-1 automatically? Like TF."
Will that become reality?

Btw, are all scan levels necessary? The first is ridiculously fast. And ECM to low bounds is exhausted with only a few curves, I think.
Anyone have an opinion on this?
lorgix is offline   Reply With Quote
Old 2011-07-11, 08:11   #1126
cmd
 
cmd's Avatar
 
"(^r'°:.:)^n;e'e"
Nov 2008
;t:.:;^

17478 Posts
Exclamation see also ( 25068-8/2 )

Quote:
Originally Posted by lorgix View Post
Looking at HP10(49) I clicked 'Show huge graph'.

That brought me to http://factordb.com/aliquot.php?type=10&aq=7&big=1

And this image was displayed;
25064
Attached Thumbnails
Click image for larger version

Name:	syd__craphen.PNG
Views:	121
Size:	164.0 KB
ID:	6803  
cmd is offline   Reply With Quote
Old 2011-07-11, 16:48   #1127
bchaffin
 
Sep 2010
Portland, OR

5648 Posts
Default

Quote:
Originally Posted by lorgix View Post
Anyone have an opinion on this?
I think the DB already does some work in the background on all composites. I have a script which slowly walks through open aliquot sequences to keep my local list up to date, and it often finds that, for example, a c110 has "spontaneously decayed" into a p15 and a c95, without adding any terms to the sequence. Surely this is not a human going to the trouble of submitting a partial factorization (is it?). So it seems to me that the DB must be doing a little testing which occasionally finds factors up to about 20 digits.
bchaffin is offline   Reply With Quote
Old 2011-07-13, 23:07   #1128
Syd
 
Syd's Avatar
 
Sep 2008
Krefeld, Germany

111001102 Posts
Default

I just put a small update online:

-now it does P-1 to B1=25k on every incoming number <400 digits
-the first click on the scan-button runs 2 levels at once
-some small bugfixes (HP 49 bug, certificate bug, some more)
-snfs poly generator (just as an experiment)
-next prime above N
and some more.

Hope everything is working (and I left no debugging code in )

Quote:
Originally Posted by bchaffin View Post
I think the DB already does some work in the background on all composites. I have a script which slowly walks through open aliquot sequences to keep my local list up to date, and it often finds that, for example, a c110 has "spontaneously decayed" into a p15 and a c95, without adding any terms to the sequence. Surely this is not a human going to the trouble of submitting a partial factorization (is it?). So it seems to me that the DB must be doing a little testing which occasionally finds factors up to about 20 digits.
I ran a few curves with very low limits on all the composites below 150 digits, just to get the very small factors, maybe that found the p15.
Syd is offline   Reply With Quote
Old 2011-07-14, 07:58   #1129
lorgix
 
lorgix's Avatar
 
Sep 2010
Scandinavia

3·5·41 Posts
Default

Nice changes!

Weird btw: search for 99,738 on the page below.

http://factordb.com/show_config.php
lorgix is offline   Reply With Quote
Old 2011-07-15, 22:51   #1130
schickel
 
schickel's Avatar
 
"Frank <^>"
Dec 2004
CDP Janesville

2×1,061 Posts
Default

Syd, would it be possible to add another stats query like the "stat_1.php" for composites, but list the PRPs instead?

I noticed the DB being laggy while uploading some sequence results and a little snooping shows that someone has apparently dumped in 1,000s of mid-20 digit PRPs that are taking a while to clear......I found 3 pages of 1000 at the 21-digit level.

[Edited to add: Make that 10s of 1,000s. There are >10,000 PRPs between 22 and 26 digits right now.]

Last fiddled with by schickel on 2011-07-15 at 22:57 Reason: Editing
schickel is offline   Reply With Quote
Old 2011-07-15, 23:23   #1131
wblipp
 
wblipp's Avatar
 
"William"
May 2003
New Haven

2·7·132 Posts
Default

Using the "More Information" button, you can see that the PRPs were not entered directly. They come from factoring a large number of composites recently entered. They do not seem to have any particular structure.
wblipp is offline   Reply With Quote
Old 2011-07-16, 00:03   #1132
schickel
 
schickel's Avatar
 
"Frank <^>"
Dec 2004
CDP Janesville

2·1,061 Posts
Default

Quote:
Originally Posted by wblipp View Post
Using the "More Information" button, you can see that the PRPs were not entered directly. They come from factoring a large number of composites recently entered. They do not seem to have any particular structure.
It looks like they cleared out faster than I thought they were.

I had uploaded <10 lines of a sequence and the ~40 digit factors were still marked as PRP after 10 minutes or so. It looks like the queue has cleared now.....I just panicked thinking we had someone flooding the DB with useless numbers again.
schickel is offline   Reply With Quote
Old 2011-07-16, 11:27   #1133
Syd
 
Syd's Avatar
 
Sep 2008
Krefeld, Germany

2·5·23 Posts
Default

Quote:
Originally Posted by lorgix View Post
Nice changes!

Weird btw: search for 99,738 on the page below.

http://factordb.com/show_config.php
Thank you! These limits were determined by experiment, so they are not 100% accurate. But they dont need to be.

Quote:
Originally Posted by schickel View Post
Syd, would it be possible to add another stats query like the "stat_1.php" for composites, but list the PRPs instead?
Sure:

http://factordb.com/stat_1.php?prp
Syd 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:24 UTC 2021 up 14 days, 49 mins, 1 user, load averages: 3.43, 2.88, 2.82

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.