mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > Math

Closed Thread
 
Thread Tools
Old 2003-12-27, 14:14   #1
Unregistered
 

2·479 Posts
Default Mersenne non-primes

Is there a list anywhere of the Mersenne numbers known not to be prime?
 
Old 2003-12-27, 14:51   #2
patrik
 
patrik's Avatar
 
"Patrik Johansson"
Aug 2002
Uppsala, Sweden

52×17 Posts
Default

At the bottom of the status page
http://www.mersenne.org/status.htm
there are links to different files making up the Mersenne database. The first three (exponents of factored numbers, double-checked numbers and numbers that have had only one Lucas-Lehmer test) would be what you are asking for.

Historically there has been an error rate of a few percent in the Lucas-Lehmer tests. Therefore the computation is repeated. The third file above can contain more than one test for an exponent if the tests are not matching.
patrik is offline  
Old 2003-12-27, 17:37   #3
GP2
 
GP2's Avatar
 
Sep 2003

A1916 Posts
Default Re: Mersenne non-primes

Quote:
Originally posted by Unregistered
Is there a list anywhere of the Mersenne numbers known not to be prime?
You can get this by combining the list of exponents with known factors (factors.zip) and the list of exponents that have had two Lucas-Lehmer tests with matching 64-bit residues (lucas_v.zip).

Currently 2,667,859 exponents have known factors and 256,339 exponents have two matching LL tests.
GP2 is offline  
Old 2003-12-27, 17:40   #4
dswanson
 
dswanson's Avatar
 
Aug 2002

23·52 Posts
Default

Strictly speaking, the third file (hrf3.txt) doesn't meet the criterion "known not to be prime". Each number in this file has been LL tested once, and for each number the result of that LL test indicates that the number is not prime. But until the LL test is repeated (doublecheck) and it is confirmed that the doublecheck result matches the first result, it cannot be stated for certain that the number is not prime. Until the doublecheck is complete, it's possible that the first LL test was incorrect.
dswanson is offline  
Old 2004-01-03, 16:41   #5
Gwydion
 

3,343 Posts
Smile Thanks for the answers

The main reason for my interest was that I thought it would be a neat objective test for anyone claiming supernatural or extraterrestrial knowledge. The factors of an unknown Mersenne Prime is hardly disruptive knowlegde: but if they really came back with one, they'd be worth taking seriously. Much more likely, they'd not come back at all, or come back with an answer that was demonstrably wrong.

I'm not qualified to produce such a list, nor to protect my home computer from the sort of hassle that it would attract if it attracted interest. Is there someone out there who feels like taking it up?
 
Old 2004-01-03, 17:14   #6
GP2
 
GP2's Avatar
 
Sep 2003

A1916 Posts
Default

Don't forget that knowing a number is not prime is not the same as actually knowing its factors.

For instance, we know that M971 is not prime because it fails the Lucas-Lehmer test, but we currently don't know any factor for it.

A good test of extraterrestrial intelligence would be if they could tell us what, say, M45 is...
GP2 is offline  
Old 2004-01-04, 03:17   #7
lpmurray
 
lpmurray's Avatar
 
Sep 2002

5916 Posts
Default

Quote:
Originally posted by GP2
Don't forget that knowing a number is not prime is not the same as actually knowing its factors.

For instance, we know that M971 is not prime because it fails the Lucas-Lehmer test, but we currently don't know any factor for it.

A good test of extraterrestrial intelligence would be if they could tell us what, say, M45 is...

I know this is off the point you were making about m971 but your statement about no known factors got to me and I tried to use the ecm part of prime95 for the first time. My results file said this...

[Sat Jan 03 20:52:46 2004]
UID: lmurray/hp2200, M971 is not prime. Res64: F366174A235BF2B2. WZ1: 11540C62,504,00000000
UID: lmurray/hp2200, M971 no factor to 2^40, WZ1: 00100004
[Sat Jan 03 20:58:58 2004]
ECM found a factor in curve #1, stage #1
Sigma=8727776697676685, B1=1000000, B2=100000000.
UID: lmurray/hp2200, P971 has a factor: 495211
[Sat Jan 03 21:04:04 2004]
ECM found a factor in curve #4, stage #2
Sigma=8252620261253466, B1=1000000, B2=100000000.
UID: lmurray/hp2200, P971 has a factor: 3019967621847401
[Sat Jan 03 21:10:21 2004]
ECM found a factor in curve #10, stage #2
Sigma=905319878861278, B1=1000000, B2=100000000.
UID: lmurray/hp2200, P971 has a factor: 745797773625002825025979


Does this mean we now know factors for it or am I not understanding this?

Last fiddled with by lpmurray on 2004-01-04 at 03:18
lpmurray is offline  
Old 2004-01-04, 03:26   #8
nfortino
 
nfortino's Avatar
 
Nov 2003

3×5×11 Posts
Default

What you have is P971, meaning 2971+1. We are looking for factors of M971, of which none are known.

Note: P971=3*495211*3019967621847401*745797773625002825025979*P205 (a 205 digit prime).

Last fiddled with by nfortino on 2004-01-04 at 03:30
nfortino is offline  
Old 2004-01-04, 03:59   #9
lpmurray
 
lpmurray's Avatar
 
Sep 2002

89 Posts
Default

Thanks for the answer. I got the part that the 971 I was using is the 2971-1. I guess my problem is I don't understand what m971 is, and how you would go about looking for a factor for this. Thanks for any and all education... Although I've always loved math, it doesn't feel the same about me when it comes to understanding it
lpmurray is offline  
Old 2004-01-04, 05:39   #10
nfortino
 
nfortino's Avatar
 
Nov 2003

16510 Posts
Default

For a good understandable explanation of the math behind the project, look here at the math page of the GIMPS website. There is also a Mersenne page here at The Prime Pages (a site you will probably want to explore.)
nfortino is offline  
Old 2004-01-04, 17:00   #11
dsouza123
 
dsouza123's Avatar
 
Sep 2002

2·331 Posts
Default

Could Prime95 if it allowed composite exponents be used to find factors, or is there some mathematical issue that precludes it ?

What about the power mod function is that valid for mersenne composites ? Would the factors still be in the form 2kp+1 ?
dsouza123 is offline  
Closed Thread



Similar Threads
Thread Thread Starter Forum Replies Last Post
Mersenne Primes p which are in a set of twin primes is finite? carpetpool Miscellaneous Math 3 2017-08-10 13:47
Distribution of Mersenne primes before and after couples of primes found emily Math 34 2017-07-16 18:44
Gaussian-Mersenne & Eisenstein-Mersenne primes siegert81 Math 2 2011-09-19 17:36
A conjecture about Mersenne primes and non-primes Unregistered Information & Answers 0 2011-01-31 15:41
Mersenne Wiki: Improving the mersenne primes web site by FOSS methods optim PrimeNet 13 2004-07-09 13:51

All times are UTC. The time now is 17:42.


Fri Jul 16 17:42:40 UTC 2021 up 49 days, 15:29, 1 user, load averages: 1.70, 1.50, 1.50

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.