mersenneforum.org  

Go Back   mersenneforum.org > Factoring Projects > FactorDB

Reply
 
Thread Tools
Old 2009-07-09, 06:23   #430
henryzz
Just call me Henry
 
henryzz's Avatar
 
"David"
Sep 2007
Cambridge (GMT/BST)

7×292 Posts
Default

Quote:
Originally Posted by mdettweiler View Post
Quick question: how exactly does the "add sequence to workers" button work? I tried it earlier today on a relatively small sequence (~20 digits, if memory serves), and it ran for a few seconds, but then disappeared from the worker queue with absolutely no additions to the sequence. Am I misunderstanding something about this?
i think it is something like tf to 1e6 and ecm to low limits
if neither of them find a factor it stops
henryzz is offline   Reply With Quote
Old 2009-07-09, 13:01   #431
Mini-Geek
Account Deleted
 
Mini-Geek's Avatar
 
"Tim Sorbera"
Aug 2006
San Antonio, TX USA

17·251 Posts
Default

I'm pretty sure it's supposed to run it until it hits a c70 or greater that would need SIQS.
Mini-Geek is offline   Reply With Quote
Old 2009-07-09, 13:02   #432
axn
 
axn's Avatar
 
Jun 2003

5,087 Posts
Default

Quote:
Originally Posted by mdettweiler View Post
Quick question: how exactly does the "add sequence to workers" button work? I tried it earlier today on a relatively small sequence (~20 digits, if memory serves), and it ran for a few seconds, but then disappeared from the worker queue with absolutely no additions to the sequence. Am I misunderstanding something about this?
Quote:
Originally Posted by henryzz View Post
i think it is something like tf to 1e6 and ecm to low limits
if neither of them find a factor it stops
No. It uses msieve also. It stops when it hits a "hard" composite > 70 digits. However, there is a known issue with msieve: it sometimes fails to split factors of ~20 digits. In such cases the process stops. If you can manually split the factor (eg:- using Alpertron's applet) and submit it to the db, then clicking on "Add Seq to Worker" will take you further.
axn is offline   Reply With Quote
Old 2009-07-10, 04:51   #433
Andi47
 
Andi47's Avatar
 
Oct 2004
Austria

2×17×73 Posts
Exclamation Aliquot sequences bugs

@Syd: Do you (frequently) read this thread in the aliquot sequences forum? There are a few new bugs (e.g. squared line bugs) in some sequences reported there.
Andi47 is offline   Reply With Quote
Old 2009-07-16, 20:46   #434
Mini-Geek
Account Deleted
 
Mini-Geek's Avatar
 
"Tim Sorbera"
Aug 2006
San Antonio, TX USA

17×251 Posts
Default

http://factordb.com/search.php?aq=350476 has the squared line bug. Something I did that probably caused it: (oops!) I clicked my shortcut to send the status to the DB twice, and it re-sent it as it was sending the first time.

Last fiddled with by Mini-Geek on 2009-07-16 at 20:48
Mini-Geek is offline   Reply With Quote
Old 2009-07-17, 09:44   #435
Andi_HB
 
Andi_HB's Avatar
 
Mar 2007
Germany

23·3·11 Posts
Thumbs up

Last Night the Database Workers have found a nice p44 for this c186 Number (58*10^205+23)/9
The p44 was found with ecm B1 3e6

Let the factors coming

Last fiddled with by Andi_HB on 2009-07-17 at 09:45
Andi_HB is offline   Reply With Quote
Old 2009-07-20, 04:06   #436
WraithX
 
WraithX's Avatar
 
Mar 2006

25·3·5 Posts
Default

Hello Syd,

I have a couple of questions about the database:
1) How do you prove a number is prp? I see you use Miller-Rabin tests, but to which bases? Are they fixed bases, or random bases? And how many bases?

2) How do you prove a number is prime? Do you use Primo, or something built into pari/gp, or something else?

3) I've noticed that some of the Mersenne primes are not showing up as primes in your data base, they are only showing up as prp. Can this be updated? (The Mersenne primes up to M1279 are prime, after that they are prp)
WraithX is offline   Reply With Quote
Old 2009-07-21, 14:04   #437
jasonp
Tribal Bullet
 
jasonp's Avatar
 
Oct 2004

3·1,181 Posts
Default

If he uses msieve for probable primality tests:
- numbers less than 10^10 are proven prime by trial division
- larger numbers have 20 iterations of Miller-Rabin with random bases
jasonp is offline   Reply With Quote
Old 2009-07-25, 09:51   #438
10metreh
 
10metreh's Avatar
 
Nov 2008

91216 Posts
Default

When I enter a new factor for sequence 130396 in the "Know a factor?" box, this error appears:

Fatal error: Cannot redeclare sequence() (previously declared in /var/www/sequence.php:18) in /var/www/sequence.php on line 123

Oddly enough, when I refresh the page, it is back to normal, and the new factor is included.
10metreh is offline   Reply With Quote
Old 2009-07-25, 12:26   #439
Mini-Geek
Account Deleted
 
Mini-Geek's Avatar
 
"Tim Sorbera"
Aug 2006
San Antonio, TX USA

102538 Posts
Default

Quote:
Originally Posted by 10metreh View Post
When I enter a new factor for sequence 130396 in the "Know a factor?" box, this error appears:

Fatal error: Cannot redeclare sequence() (previously declared in /var/www/sequence.php:18) in /var/www/sequence.php on line 123

Oddly enough, when I refresh the page, it is back to normal, and the new factor is included.
I've noticed that on every sequence. Not sure why I didn't report it before.
Mini-Geek is offline   Reply With Quote
Old 2009-07-27, 00:30   #440
WraithX
 
WraithX's Avatar
 
Mar 2006

25·3·5 Posts
Default

Quote:
Originally Posted by WraithX View Post
Hello Syd,

I have a couple of questions about the database:
1) How do you prove a number is prp? I see you use Miller-Rabin tests, but to which bases? Are they fixed bases, or random bases? And how many bases?

2) How do you prove a number is prime? Do you use Primo, or something built into pari/gp, or something else?

3) I've noticed that some of the Mersenne primes are not showing up as primes in your data base, they are only showing up as prp. Can this be updated? (The Mersenne primes up to M1279 are prime, after that they are prp)
Also, I've noticed that your web page doesn't seem to be able to prove primality on numbers with over 600 decimal digits. Is this by design? It seems to run on the numbers for a few minutes and then they drop out of the queue. When I refresh the page for the number it still shows as prp and then it starts trying to prove primality again in the work queue. (and then a few minutes later it drops out of the queue again... )

Also, I've been proving primality of some numbers with primo. Can we upload these certificates to prove that these numbers are prime? Should I generate cert's with another program? Should I PM you the primo certs?
WraithX 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 19:12.


Fri Aug 6 19:12:56 UTC 2021 up 14 days, 13:41, 1 user, load averages: 2.63, 2.67, 2.81

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.