mersenneforum.org  

Go Back   mersenneforum.org > Factoring Projects > FactorDB

Reply
 
Thread Tools
Old 2011-05-23, 13:26   #1101
Syd
 
Syd's Avatar
 
Sep 2008
Krefeld, Germany

2·5·23 Posts
Default

@EdH

no, its okay to create sequences. These random numbers have no sequence assigned, so I guess you did not cause those numbers.

Last fiddled with by Syd on 2011-05-23 at 13:26 Reason: typo
Syd is offline   Reply With Quote
Old 2011-05-23, 19:52   #1102
mnh001
 
Apr 2011

10000002 Posts
Default

Ah, great. Thanks.

OBTW, I like the way you've done the database. Good job.
mnh001 is offline   Reply With Quote
Old 2011-05-24, 14:43   #1103
wreck
 
wreck's Avatar
 
"Bo Chen"
Oct 2005
Wuhan,China

23×3×7 Posts
Default

It's great to see the ECM factor's sigma and group order in the database now.
wreck is online now   Reply With Quote
Old 2011-05-24, 14:57   #1104
wblipp
 
wblipp's Avatar
 
"William"
May 2003
New Haven

2·7·132 Posts
Default

This number is ready for a combined N+1, N-1 primality proof, but clicking the button doesn't seem to create the proof.

http://factorization.ath.cx/index.php?query=%284931^101-1%29%2F408298275980810
wblipp is offline   Reply With Quote
Old 2011-05-24, 15:01   #1105
RichD
 
RichD's Avatar
 
Sep 2008
Kansas

3,389 Posts
Default

Quote:
Originally Posted by wblipp View Post
This number is ready for a combined N+1, N-1 primality proof, but clicking the button doesn't seem to create the proof.

http://factorization.ath.cx/index.php?query=%284931^101-1%29%2F408298275980810
It was already proved prime via Primo on May 3, 2011.
No need to re-prove it again.
RichD is offline   Reply With Quote
Old 2011-05-24, 15:29   #1106
Syd
 
Syd's Avatar
 
Sep 2008
Krefeld, Germany

2·5·23 Posts
Default

Quote:
Originally Posted by wblipp View Post
This number is ready for a combined N+1, N-1 primality proof, but clicking the button doesn't seem to create the proof.

http://factorization.ath.cx/index.php?query=%284931^101-1%29%2F408298275980810
It needs more factoring, the output says:

Quote:
Calling N-1 BLS with factored part 21.76% and helper 16.55% (82.10% proof)
besides that, its already proven.
Syd is offline   Reply With Quote
Old 2011-05-24, 22:47   #1107
schickel
 
schickel's Avatar
 
"Frank <^>"
Dec 2004
CDP Janesville

41128 Posts
Default

So how fast is your local worker factoring the under-70 composites? In order to help clear out some of the cruft I've started running msieve on the "small composite list" (download, run msieve for a while, upload, re-download). I'm just wondering how often I should upload so as to not duplicate too much work.....

Quote:
Originally Posted by Syd View Post
100k useful numbers?!?
That would be my question: does there appear to be any method there or just madness?
schickel is offline   Reply With Quote
Old 2011-05-24, 23:14   #1108
Syd
 
Syd's Avatar
 
Sep 2008
Krefeld, Germany

2×5×23 Posts
Default

Quote:
Originally Posted by schickel View Post
So how fast is your local worker factoring the under-70 composites? In order to help clear out some of the cruft I've started running msieve on the "small composite list" (download, run msieve for a while, upload, re-download). I'm just wondering how often I should upload so as to not duplicate too much work.....
Its just one core @idle priority now. As most of them have small factors and only a few require sieving its on average ~2 seconds each. Here are some statistics whats left:

Code:
mysql> select digits, count(digits) as n from C where digits<100 group by digits having n>10;
+--------+-------+
| digits | n     |
+--------+-------+
|     60 | 20718 |
|     61 |   280 |
|     62 |   303 |
|     63 |   312 |
|     64 |   333 |
|     66 |    15 |
|     67 |    15 |
|     68 |    13 |
|     69 |    38 |
|     70 |    48 |
|     71 |   251 |
|     72 |   240 |
|     73 |   215 |
|     74 |   154 |
|     75 |   170 |
|     76 |   512 |
|     77 |   644 |
|     78 |   638 |
|     79 |   602 |
|     80 |   693 |
|     81 |   765 |
|     82 |   872 |
|     83 |   938 |
|     84 |   954 |
|     85 |   931 |
|     86 |   989 |
|     87 |   974 |
|     88 |   957 |
|     89 |   920 |
|     90 |   834 |
|     91 |   770 |
|     92 |   668 |
|     93 |   600 |
|     94 |   694 |
|     95 |   721 |
|     96 |  1218 |
|     97 | 14914 |
|     98 | 17828 |
|     99 | 20363 |
+--------+-------+
39 rows in set (0.04 sec)
Syd is offline   Reply With Quote
Old 2011-05-25, 02:02   #1109
schickel
 
schickel's Avatar
 
"Frank <^>"
Dec 2004
CDP Janesville

2·1,061 Posts
Default

Quote:
Originally Posted by Syd View Post
Its just one core @idle priority now. As most of them have small factors and only a few require sieving its on average ~2 seconds each. Here are some statistics whats left:

Code:
mysql> select digits, count(digits) as n from C where digits<100 group by digits having n>10;

[ snip ]
So >60,000 numbers that are <100 digits?

schickel is offline   Reply With Quote
Old 2011-05-25, 07:56   #1110
kar_bon
 
kar_bon's Avatar
 
Mar 2006
Germany

22·727 Posts
Default

I'm using the factoring-script DByafu.pl from here to help, getting rid of those small numbers.
kar_bon is offline   Reply With Quote
Old 2011-05-25, 11:47   #1111
lorgix
 
lorgix's Avatar
 
Sep 2010
Scandinavia

3×5×41 Posts
Default

Quote:
Originally Posted by cmd View Post
we do not understand, can someone "explain|clarify"
where we make mistakes in your approach ?


( We inadvertently, sometimes ... to have the fingers of his hand quicker than eye )
Looking at those numbers I would say that you have added 1e5 small numbers using Factor tables. Right?

That makes people wonder what those numbers are. Especially since someone apparently added thousands of seemingly random numbers.

Edit: Ehmm... Did you just make ~400 additional page requests just to get the total number up to 666?!

Last fiddled with by lorgix on 2011-05-25 at 11:49
lorgix 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:27 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.