![]() |
|
|
#1 |
|
Aug 2002
Buenos Aires, Argentina
25268 Posts |
For those who like to use SNFS for factorization, I have a challenge.
In http://www.alpertron.com.ar/BRILLIANT.HTM I collected so-called "brilliant numbers". They have the same number of digits when factored (like RSA). The problem here is to find the largest brilliant number with odd number of digits and the smallest brilliant number with even number of digits. For example, in order to discover that 10113 - 91227 is the largest 113-digit brilliant number, Sander Hoogendoorn had to perform 350 SNFS factorizations of this size. |
|
|
|
|
|
#2 |
|
Jun 2003
110001011102 Posts |
I suggest you sieve numbers using newpgen. If the number has small factors then it will not be part of your list. Then eliminate all prime numbers. Then do a few curves of ECM, eliminating more candidates and then continue to more drastic methods.
As for the sieve bounds if 10^n-x and 10^n+x are both prime then the Brilliant number of 2n digits must be between 10^2n and 10^2n-x^2. Finding the smallest number with x digits is more challenging, since it is difficult to describe the bounds. Citrix |
|
|
|
|
|
#3 |
|
Aug 2002
Buenos Aires, Argentina
2·683 Posts |
Almost all numbers are discarded using ECM. Notice that he had to perform SNFS on only 350/91227 = 0.38% of the possible numbers.
|
|
|
|
|
|
#4 | |
|
"Sander"
Oct 2002
52.345322,5.52471
29×41 Posts |
Quote:
I don't think newpgen can sieve these kind of numbers. And the version of cpapsieve that i have can only do the + side, but trail factoring with pfgw will remove most candidates. Running a few ECM curves with low bounds will quickly remove the majority of the remaining numbers. I ran quite a bit more ecm. Only 6 of the 350 tested numbers turned out to have a factor of 28 or 29 digits. |
|
|
|
|
|
|
#5 |
|
Jan 2005
Transdniestr
503 Posts |
Dario,
I'll give 114 a try. |
|
|
|
|
|
#6 |
|
"Sander"
Oct 2002
52.345322,5.52471
29·41 Posts |
I think 114 is being done by David Cleaver.
I'm doing 116 atm |
|
|
|
|
|
#7 |
|
Jun 2003
5,087 Posts |
Does any one have any sieving program that can handle these forms -- preferably one that can do +/- simultaneously?
I could write one, but it would be limited to p < 2^32
|
|
|
|
|
|
#8 | |
|
Aug 2002
Buenos Aires, Argentina
2·683 Posts |
Quote:
|
|
|
|
|
|
|
#9 |
|
Jun 2003
2×7×113 Posts |
could I reserve 121 and 120
Last fiddled with by Citrix on 2006-04-24 at 18:58 |
|
|
|
|
|
#10 | |
|
Jun 2003
5,087 Posts |
Quote:
So it makes sense to attack them together.
|
|
|
|
|
|
|
#11 |
|
Aug 2002
Buenos Aires, Argentina
101010101102 Posts |
You're right. That's the problem when one writes in "automatic mode" without thinking a bit.
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 3-brilliant | fivemack | Factoring | 4 | 2017-11-02 22:36 |
| Six-brilliant numbers | fivemack | Miscellaneous Math | 13 | 2012-05-03 23:56 |
| 6 digit numbers and the mersenne numbers | henryzz | Math | 2 | 2008-04-29 02:05 |
| 10^119+x brilliant number | Citrix | Prime Sierpinski Project | 12 | 2006-05-19 22:21 |
| LLT numbers, linkd with Mersenne and Fermat numbers | T.Rex | Math | 4 | 2005-05-07 08:25 |