mersenneforum.org  

Go Back   mersenneforum.org > Factoring Projects > FactorDB

Reply
 
Thread Tools
Old 2009-01-14, 23:25   #89
frmky
 
frmky's Avatar
 
Jul 2003
So Cal

83F16 Posts
Default

This is wonderful! Another two tables to inhale are

http://xyyxf.at.tut.by/results.txt
http://xyyxf.at.tut.by/results2.txt

I tried pasting a product of factors into the advanced reporting box, but that didn't seem to work.
frmky is online now   Reply With Quote
Old 2009-01-14, 23:50   #90
Syd
 
Syd's Avatar
 
Sep 2008
Krefeld, Germany

111001102 Posts
Default

Quote:
Originally Posted by 10metreh View Post
are the known prime factors of M5000.
Thank you and 10metreh and Batalov, again learned something new

Quote:
I tried pasting a product of factors into the advanced reporting box, but that didn't seem to work.
The code behind the advanced factoring box is quite simple, it looks for something like "N:", "N=", "Input number is", "factoring", takes the integer behind this one as reference and tries to submit all other integers in text as factors. Most of them are actually no factors and get sorted out during first pass "does not divide".
Yet the box does not accept any short forms, this is something to work on.

edit:
forall factors f of Mx
submit f to M(kx) with k=2,3,...
implemented this code and it actually adds some of the missing links, but will take some days to finish

Last fiddled with by Syd on 2009-01-14 at 23:55 Reason: J.F.'s code
Syd is offline   Reply With Quote
Old 2009-01-15, 00:45   #91
Syd
 
Syd's Avatar
 
Sep 2008
Krefeld, Germany

2×5×23 Posts
Default

Hope I inhaled your files correctly.

Now the advanced report box accepts these files directly, the lines must have the form:
(Expression) = (Expression) * (Expression) * ...

Please dont submit more than ~5.000 factors at once, php may run out of memory, and give the page some time to load, dont just click again.

Have fun with it
Syd is offline   Reply With Quote
Old 2009-01-15, 01:58   #92
Batalov
 
Batalov's Avatar
 
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2

24·593 Posts
Default

Quote:
Originally Posted by Syd View Post
Hope I inhaled your files correctly.
I think you inhaled them ok, -- even the newest results are there...
http://factorization.ath.cx/search.p...E65%2B65%5E124



P.S. There's a x^y-y^x database somewhere - ask Torbjorn Alm:
http://tech.groups.yahoo.com/group/xyyxf/message/1408

Last fiddled with by Batalov on 2009-01-15 at 02:12 Reason: x^y-y^x
Batalov is offline   Reply With Quote
Old 2009-01-15, 10:37   #93
kar_bon
 
kar_bon's Avatar
 
Mar 2006
Germany

5·7·83 Posts
Default

Quote:
Originally Posted by kar_bon View Post
i just want to reach the link in post #7 but at work it's blocked by our webfilter:

Code:
URL: http://factorization.ath.cx/search.php

URL-Kategorien: Malware
any chance to change this?

try here: http://filterdb.iss.net/urlcheck/
it works fine now!

this Database is a great work!

perhaps i can do such thing for my RieselDatabase at www.rieselprime.de.

what about future plans?

- links, where those factors came from
- some stats: how many factors at all, for special digit-length, special patterns (like 19999...)

Last fiddled with by kar_bon on 2009-01-15 at 10:47
kar_bon is offline   Reply With Quote
Old 2009-01-15, 14:13   #94
Syd
 
Syd's Avatar
 
Sep 2008
Krefeld, Germany

E616 Posts
Default

Thank you kar_bon!

Well, future plans. A reservation system would be nice, next to storing ECM/TF/P+-1 efforts.
Then, a "real" domain, but I still dont know which one.
Statistics are also a good idea
Syd is offline   Reply With Quote
Old 2009-01-15, 16:07   #95
wblipp
 
wblipp's Avatar
 
"William"
May 2003
New Haven

44768 Posts
Default

Quote:
Originally Posted by Syd View Post
forall factors f of Mx
submit f to M(kx) with k=2,3,...
implemented this code and it actually adds some of the missing links, but will take some days to finish
This is a brute force response to the abundancy of algebraic factors. Keepers of specialized tables usually list only the primitive factors and require users to understand the algebraic structure to find the full factorization.

Your logic will also locate non-primitive factors for any a^n-1 or a^n-b^n. Restricting k to odd values, it also works for (a^n+1) and (a^n+b^n). Fibonacci numbers and Lucas numbers also have algebraic structure that can be exploited.
wblipp is offline   Reply With Quote
Old 2009-01-15, 16:38   #96
10metreh
 
10metreh's Avatar
 
Nov 2008

2·33·43 Posts
Default

Quote:
Originally Posted by J.F. View Post
Error in my previous post: I believe M2398 should be M2301. Doesn't matter much.

@10metreh: aha, may I ask where did you come across that 85 digit prime?
Alpertron's applet automatically searches the Cunningham tables. I thought they went further than 2400.
10metreh is offline   Reply With Quote
Old 2009-01-15, 16:52   #97
alpertron
 
alpertron's Avatar
 
Aug 2002
Buenos Aires, Argentina

2×683 Posts
Default

Please scroll down the page that contains the applet and you will see the sources of the factors (these are tables maintained by Will Edgington and Richard Brent).
alpertron is offline   Reply With Quote
Old 2009-02-11, 09:05   #98
Batalov
 
Batalov's Avatar
 
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2

224208 Posts
Unhappy

Sadly, it seems to be down at the moment.
http://factorization.ath.cx/search.php
I hope this is temporary!

Aha! It's up again.

Last fiddled with by Batalov on 2009-02-11 at 09:06
Batalov is offline   Reply With Quote
Old 2009-02-11, 17:50   #99
henryzz
Just call me Henry
 
henryzz's Avatar
 
"David"
Sep 2007
Cambridge (GMT/BST)

588110 Posts
Default

have you got the data from http://mklasson.com/factors/ ?

edit: are the workers down or something?

Last fiddled with by henryzz on 2009-02-11 at 18:04
henryzz is online now   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 08:13.


Tue Jul 27 08:13:51 UTC 2021 up 4 days, 2:42, 0 users, load averages: 2.44, 1.89, 1.78

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.