Samiksha Jaiswal (Editor)

Double Mersenne number

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
No. of known terms
  
4

First terms
  
7, 127, 2147483647

Conjectured no. of terms
  
4

OEIS index
  
A077586

Largest known term
  
170141183460469231731687303715884105727

In mathematics, a double Mersenne number is a Mersenne number of the form

Contents

M M p = 2 2 p 1 1

where p is a prime exponent.

Examples

The first four terms of the sequence of double Mersenne numbers are (sequence A077586 in the OEIS):

M M 2 = M 3 = 7 M M 3 = M 7 = 127 M M 5 = M 31 = 2147483647 M M 7 = M 127 = 170141183460469231731687303715884105727

Double Mersenne primes

A double Mersenne number that is prime is called a double Mersenne prime. Since a Mersenne number Mp can be prime only if p is prime, (see Mersenne prime for a proof), a double Mersenne number M M p can be prime only if Mp is itself a Mersenne prime. For the first values of p for which Mp is prime, M M p is known to be prime for p = 2, 3, 5, 7 while explicit factors of M M p have been found for p = 13, 17, 19, and 31.

Thus, the smallest candidate for the next double Mersenne prime is M M 61 , or 22305843009213693951 − 1. Being approximately 1.695×10694127911065419641, this number is far too large for any currently known primality test. It has no prime factor below 4×1033. There are probably no other double Mersenne primes than the four known.

Catalan–Mersenne number conjecture

Write M ( p ) instead of M p . A special case of the double Mersenne numbers, namely the recursively defined sequence

2, M(2), M(M(2)), M(M(M(2))), M(M(M(M(2)))), ... (sequence A007013 in the OEIS)

is called the Catalan–Mersenne numbers. Catalan came up with this sequence after the discovery of the primality of M(127) = M(M(M(M(2)))) by Lucas in 1876. Catalan conjectured that they are prime "up to a certain limit". Although the first five terms (below M127) are prime, no known methods can prove that any further terms are prime (in any reasonable time) simply because they are too huge. However, if MM127 is not prime, there is a chance to discover this by computing MM127 modulo some small prime p (using recursive modular exponentiation).

In the Futurama movie The Beast with a Billion Backs, the double Mersenne number M M 7 is briefly seen in "an elementary proof of the Goldbach conjecture". In the movie, this number is known as a "martian prime".

References

Double Mersenne number Wikipedia