![]() |
|
|
#1 |
|
"James Heinrich"
May 2004
ex-Northern Ontario
1101010011102 Posts |
Is it possible for two composite Mersenne numbers to have a common factor?
In the 33,415,185 factors I've looked at there are no duplicates, but I don't know if this is by chance or guaranteed? |
|
|
|
|
|
#2 |
|
Jun 2003
5,051 Posts |
GCD(2^a-1,2^b-1)=2^GCD(a,b)-1. So, for prime exponent mersennes, the answer is no.
|
|
|
|
|
|
#3 |
|
"Åke Tilander"
Apr 2011
Sandviken, Sweden
10001101102 Posts |
... and then you could ask yourself if all primes of the form ±1 mod 8 are a factor to a specific prime exponent Mersenne number each?
Last fiddled with by aketilander on 2011-09-05 at 14:48 |
|
|
|
|
|
#4 |
|
1976 Toyota Corona years forever!
"Wayne"
Nov 2006
Saskatchewan, Canada
22·7·167 Posts |
Mersenne factors are of the form (2k^p)+1.
Where p is the mersenne prime and k is any whole, positive number. That would suggest that cannot be duplicated. |
|
|
|
|
|
#5 |
|
Nov 2003
22×5×373 Posts |
|
|
|
|
|
|
#6 |
|
"Forget I exist"
Jul 2009
Dumbassville
26·131 Posts |
|
|
|
|
|
|
#7 | |
|
Account Deleted
"Tim Sorbera"
Aug 2006
San Antonio, TX USA
17·251 Posts |
That's 2kp+1.
Quote:
As axn already correctly stated, no two prime-exponent Mersenne numbers share a factor. It's just not suggested by 2kp+1. Last fiddled with by Mini-Geek on 2011-09-05 at 17:49 |
|
|
|
|
|
|
#8 | |
|
1976 Toyota Corona years forever!
"Wayne"
Nov 2006
Saskatchewan, Canada
22×7×167 Posts |
Oops. Yes that's what I meant. I was in too much of a hurry this AM.
Quote:
|
|
|
|
|
|
|
#9 |
|
Jun 2003
5,051 Posts |
Even if k is always an even number (which it needn't be), 2kp1p2+1 can be rewritten as 2Kp1+1 or 2Kp2+1 (where K=kp1 or K=kp2 will also be an even number, since even * odd = even)
|
|
|
|
|
|
#10 |
|
Romulan Interpreter
Jun 2011
Thailand
7×1,373 Posts |
Actually... if we start making gcd's, then a stronger affirmation could be true, isn't is? like "two mersenne numbers with coprime exponents can not share the same factor". Or am I wrong?
For example, assuming k divides 2a-1 and 2b-1, with a and b not necessarily prime, a>b, then it divides their difference too, which should be 2a-1-2b+1, or 2b(2a-b-1). As k is odd, it can't divide 2^b, so it divides the parenthesis. Repeating the process with 2a-b-1 and any one from the initially 2 mersenne involved, we could see that k divides 2^1-1=1, when gcd(a,b) is 1, as we already recognize the "gcd-ing" process for the exponents. That is, 215-1 and 228-1 (substitute 15 and 28 with any 2 coprimes) can't have common factors, even if 15 and 28 are not primes. Particularly, the affirmation is true for primes, as they are always coprime. If this reasoning is right and I am not missing something, then we can answer yes for the general case: two mersenne numbers never share a common factor. Except of course in the obvious case when their exponent share a common factor. In this case both 2pa-1 and 2pb-1 are divisible (algebrically) by 2p-1.
Last fiddled with by LaurV on 2011-09-06 at 08:40 |
|
|
|
|
|
#11 |
|
Account Deleted
"Tim Sorbera"
Aug 2006
San Antonio, TX USA
17·251 Posts |
Yep, this is right, implied by the formula GCD(2^a-1,2^b-1)=2^GCD(a,b)-1: If a and b are coprime, GCD(a,b)=1, so GCD(2^a-1,2^b-1) is also 1.
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can Mersenne composites share "shape"? | jnml | Miscellaneous Math | 31 | 2018-01-01 01:55 |
| Small inconsistencies between mersenne.org and mersenne.ca factor databases | GP2 | mersenne.ca | 44 | 2016-06-19 19:29 |
| 6 digit numbers and the mersenne numbers | henryzz | Math | 2 | 2008-04-29 02:05 |
| LLT numbers, linkd with Mersenne and Fermat numbers | T.Rex | Math | 4 | 2005-05-07 08:25 |
| P-1 factoring != "Mersenne numbers to factor"? | James Heinrich | Marin's Mersenne-aries | 8 | 2004-05-17 11:09 |