![]() |
|
|
#1 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
224058 Posts |
Find a proper factor of any Mersenne number 2p-1 where prime p=n!+1.
A little background: The set of indices n is OEIS A002981: 0, 1, 2, 3, 11, 27, 37, 41, 73, 77, 116, 154, 320, 340, 399, 427, 872, 1477, 6380,... The set of p is OEIS A088332: 2, 3, 7, 39916801, 10888869450418352160768000001, ... M2, M3, M7 are prime. M39916801 is composite without known factors. For a few larger Mps (n=27, 37, 41), no factors are known with search limits of k<10^13. The factors of 2^(n!+1)-1 would be of form f = 2k(n!+1)+1 and it is easy to observe that for many small k, f are trivially composite: f = 2kn!+(2k+1) is composite when gcd(2k+1,n!) > 1. This and the sparseness of the set makes finding specific factors hard, even though it is obvious that almost all mentioned Mersenne numbers are composite. |
|
|
|
|
|
#2 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
36·13 Posts |
After prototyping and bombarding this problem with Pari, I am switching to optimization and trying an order of magnitude deeper.
No solutions so far. One acceleration is to sieve on gcd(2k+1,n!) condition, another, small one - C instead of Pari. (Only for M11!+1, the optimal tool is still mfaktc and some P-1 runs on a side.) ______________ P.S. Built a C binary that is roughly 10 times faster than the Pari/GP test now. On to testing n=27 and 37 to k<1014... Last fiddled with by Batalov on 2014-11-03 at 02:24 |
|
|
|
|
|
#3 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
36×13 Posts |
For primorials, a similar puzzle is much easier:
firstly, M(7#+1) and M(11#+1) are fully factored, but also M(31#+1) has a factor: 1288202392*(31#+1)+1. Later, found 11/11 @8PM: 2*26691479416344*(31#+1)+1 | M(31#+1) Last fiddled with by Batalov on 2014-11-12 at 04:32 Reason: (yes, I did forget the +1) |
|
|
|
|
|
#4 |
|
Romulan Interpreter
Jun 2011
Thailand
100101100010112 Posts |
How much I would like you to part with those 10 bucks**, I did a bunch of "random" trial factoring for 11, 27, 37, 41, 73, 77 (for about 1 day in 4 cores), nothing turned in.
![]() I also did this, which took 4 days in 2 cores (but PrimeNet didn't want it) ![]() Code:
UID: LaurV/bc1, M39916801 completed 1 ECM curve, B1=1000000, B2=100000000, We1: 0EC42491 ----------------- ** edit: Batalov said in a parallel thread that he will donate $10 to the forum for each factor that we can turn in Last fiddled with by LaurV on 2014-11-11 at 06:13 |
|
|
|
|
|
#5 | |
|
Einyen
Dec 2003
Denmark
35×13 Posts |
Quote:
I also tested M(73!+1), M(77!+1), M(116!+1) and M(154!+1) but only up to k=2*10^9 I found out that after trialfactoring candiates 2*k*(150209!+1)+1 it would take ~ 5 days to test 1 candidate on M(150209!+1) with GMP :) Last fiddled with by ATH on 2014-11-11 at 06:24 |
|
|
|
|
|
|
#6 | |
|
"Tapio Rajala"
Feb 2010
Finland
32·5·7 Posts |
Quote:
SB: and my (larger) curve shows up in http://www.mersenne.ca/exponent/39916801 Last fiddled with by Batalov on 2014-11-11 at 07:20 Reason: P-1 B1=1.8M curve done more than a week ago... |
|
|
|
|
|
|
#7 | |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
100101000001012 Posts |
Quote:
|
|
|
|
|
|
|
#8 | |
|
Romulan Interpreter
Jun 2011
Thailand
226138 Posts |
Quote:
![]() It does not seem as it retried to send it... BTW, how long your curve took? |
|
|
|
|
|
|
#9 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
36×13 Posts |
A day or something like that (6 threads). t30 (B1=250k) or maybe ~28digit (B1=150k) curves are probably appropriate, given the TF level of 80-bit.
_______________ It would now seem that my money is as safe as John Conway's 20 bucks. I will post my current limits (and the program) some time later. Last fiddled with by Batalov on 2014-11-11 at 18:46 |
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Known factors | ATH | PrimeNet | 2 | 2014-09-04 19:45 |
| Vanishing Fermat Quotients and Brent's List | Zeta-Flux | Factoring | 74 | 2010-04-07 22:03 |
| Missing factors at the 'Known Factors' page | MatWur-S530113 | PrimeNet | 11 | 2009-01-21 19:08 |
| factors | ATH | Prime Cullen Prime | 16 | 2007-07-07 13:02 |
| I need some factors | MatWur-S530113 | Math | 21 | 2007-05-12 19:36 |