mersenneforum.org  

Go Back   mersenneforum.org > Factoring Projects > Factoring

Reply
 
Thread Tools
Old 2011-02-17, 14:05   #12
R.D. Silverman
 
R.D. Silverman's Avatar
 
Nov 2003

22×5×373 Posts
Default

Quote:
Originally Posted by xilman View Post
And if not here, likely somewhere else on the interweb thingy.

My advice to newbies is two-fold. Pay attention to Bob's advice (but don't necessarily follow it to the letter) and grow a thick skin,

Paul
My advice to newbies:

(1) Do your background reading/research FIRST.
(2) Engage brain before putting computer into gear. --> Compute first,
think later is a bad way to go.
(3) Ask questions.
R.D. Silverman is offline   Reply With Quote
Old 2011-02-17, 14:10   #13
bsquared
 
bsquared's Avatar
 
"Ben"
Feb 2007

22·3·293 Posts
Default

Quote:
Originally Posted by R.D. Silverman View Post
My advice to newbies:

(1) Do your background reading/research FIRST.
(2) Engage brain before putting computer into gear. --> Compute first,
think later is a bad way to go.
(3) Ask questions.
This is exactly what he did, IMO. Did you *read* his post? Or skim it and dismiss it?
bsquared is offline   Reply With Quote
Old 2011-02-17, 14:32   #14
R.D. Silverman
 
R.D. Silverman's Avatar
 
Nov 2003

22·5·373 Posts
Default

Quote:
Originally Posted by bsquared View Post
This is exactly what he did, IMO. Did you *read* his post? Or skim it and dismiss it?
Really? The content of his post strongly suggested that he thought
that a number near C160-170 was state-of-the-art.

Nor did he ask whether anyone else thought that doing that
number would be mathematically interesting.

Before I start doing work in an area new to me, I ask
those already working in that area:

(1) What problems are interesting?
(2) What do I need to learn? What do I need to read? What is the level
of effort needed to learn the basic background?
(3) What a newbie (such as I would be) might contribute?
R.D. Silverman is offline   Reply With Quote
Old 2011-02-17, 15:05   #15
bsquared
 
bsquared's Avatar
 
"Ben"
Feb 2007

22×3×293 Posts
Default

Quote:
Originally Posted by R.D. Silverman View Post

Nor did he ask whether anyone else thought that doing that
number would be mathematically interesting.
It was clear (at least to me) that he was doing this for the benefit of people who had already expressed interest in the result (OEIS). Leave alone for the moment whether it is *mathematically* interesting - the result itself is interesting to people for reasons of their own. He was doing the best he could to help, and was looking for advice as to how to be of more help. Perfectly fine, in my book.
bsquared is offline   Reply With Quote
Old 2011-02-17, 19:00   #16
sean
 
sean's Avatar
 
Aug 2004
New Zealand

3378 Posts
Default

A factorization of 105!+2 (which I do not believe is complete) would help with extending the sequence A063684 in the OEIS.

I have previously run 4590 ECM curves with b1=11e6.
sean is offline   Reply With Quote
Old 2011-02-17, 19:51   #17
Batalov
 
Batalov's Avatar
 
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2

949410 Posts
Default

Quote:
Originally Posted by Belteshazzar View Post
Wanting to satisfy curiosity about where the state of the art was in factorization and at the same time do something marginally mathematically useful (rather than, say, RSA factors etc), I saw the thread on factorizations needed for OEIS sequences and decided to try factoring 105!+2 on my laptop (1.86 GHz Core2 Duo).

... or just throw up my hands and leave this work to be done by somebody with a faster machine? If the smallest factor is much bigger than the current target of 45 digits then it's going to be semiprime and the smallest factor could be way out of my reach.
For 105!+2 cofactor, you'd rather want it to be semiprime and 105 will be the next term of that sequence. But your laptop will take more than a year to finish this number with GNFS. You could warm up by factoring the c136 cofactor of 108!+2 (which is the next candidate). Btw, 127 is the term of A063684 (out of order).
Batalov is offline   Reply With Quote
Old 2011-02-17, 19:58   #18
xilman
Bamboozled!
 
xilman's Avatar
 
"π’‰Ίπ’ŒŒπ’‡·π’†·π’€­"
May 2003
Down not across

22·5·72·11 Posts
Default

Quote:
Originally Posted by R.D. Silverman View Post
My advice to newbies:

(1) Do your background reading/research FIRST.
(2) Engage brain before putting computer into gear. --> Compute first,
think later is a bad way to go.
(3) Ask questions.
That, IMO, is some of Bob's advice which you should follow to the letter.

Paul
xilman is offline   Reply With Quote
Old 2011-02-18, 17:12   #19
Belteshazzar
 
Feb 2011

25 Posts
Default

Quote:
Really? The content of his post strongly suggested that he thought
that a number near C160-170 was state-of-the-art.
My "curiosity about where the state of the art was in factorization" had little to do with what the current records are- that has almost as much to do with where the state of the art is in computer hardware, clustering, etc as it does with the state of the art in factorization algorithms. GNFS and ECM are state-of-the-art, and I don't have to be factoring 240-digit numbers to get a better idea of how they perform and how one should use them.

Quote:
Nor did he ask whether anyone else thought that doing that
number would be mathematically interesting.

Before I start doing work in an area new to me, I ask
those already working in that area:

(1) What problems are interesting?
(2) What do I need to learn? What do I need to read? What is the level
of effort needed to learn the basic background?
(3) What a newbie (such as I would be) might contribute?
I wanted to try these algorithms out, and the post about OEIS was sufficiently interesting to convince me to try them out on this rather than on random input. If there were numbers whose factorization would have extremely strong mathematical interest and whose factorization was within the reach of my laptop, I would anticipate they'd have already been done well before now.

I read enough to find the best known algorithms, download a couple of open-source implementations, and go through their documentation. Seemed like enough initial reading to me. Choosing to leave my laptop in one location to run these for a while isn't a career change.

As far as learning the background, I'm a math grad student but haven't ever taken a number theory course and don't really have time to go through a proof of ECM or GNFS. I've had plenty of algebra and a little algebraic geometry so I have a faint inkling of what's involved; though I'm sure there's lots of interesting math there, there are only so many hours in the day.
Quote:
I have previously run 4590 ECM curves with b1=11e6.
Thanks for piping up. With my 6698 curves with the same b1, looks like it's time to move on.
Belteshazzar is offline   Reply With Quote
Old 2011-02-19, 23:02   #20
Belteshazzar
 
Feb 2011

2016 Posts
Default

Got 105!+2- yes, the c163 was semiprime. It was a stroke of luck to get it so quickly after bumping b1 up- expected # of curves for a 49-digit factor using b1=43e6 is probably >5000, I got it after roughly 200.

Batalov, what kind of ECM pretesting has already gone into the c136 cofactor of 108!+2?
Belteshazzar is offline   Reply With Quote
Old 2011-02-19, 23:34   #21
Batalov
 
Batalov's Avatar
 
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2

2·47·101 Posts
Default

Report it to http://factordb.com/index.php?query=105%21%2B2
and OEIS.

The c136 should be ready for GNFS by now.
Batalov is offline   Reply With Quote
Old 2011-02-20, 00:00   #22
Belteshazzar
 
Feb 2011

2016 Posts
Default

I figured it would be, so I got GNFS started, but since polynomial selection seems to only be using one core, I'd left the other core continuing with YAFU's factoring routine (which I'd started in order to find the c136 cofactor- I didn't know about factordb- and which was doing ECM w/b1=10M). So I'll just free up that core now.
Belteshazzar is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
need tablet pc advice for newbie mom jasong jasong 10 2010-12-25 05:27
Advice for PSU em99010pepe Hardware 1 2010-01-31 23:48
Looking for advice for a new PC.... petrw1 Hardware 39 2009-07-11 13:38
P95 newbie looking for advice francais Hardware 2 2008-04-23 01:01
New LMH needs advice. M0CZY Lone Mersenne Hunters 2 2005-05-24 20:05

All times are UTC. The time now is 02:33.


Mon Aug 2 02:33:20 UTC 2021 up 9 days, 21:02, 0 users, load averages: 1.95, 1.94, 1.99

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.