Celeb Glow
general | April 10, 2026

Are there infinitely many Mersenne primes?

$\begingroup$

known facts :

$1.$ There are infinitely many Mersenne numbers : $M_p=2^p-1$

$2.$ Every Mersenne number greater than $7$ is of the form : $6k\cdot p +1$ , where $k$ is an odd number

$3.$ There are infinitely many prime numbers of the form $6n+1$ , where $n$ is an odd number

$4.$ If $p$ is prime number of the form $4k+3$ and if $2p+1$ is prime number then $M_p$ is composite

What else one can include in this list above in order to prove (or disprove) that there are infinitely many Mersenne primes ?

$\endgroup$ 7

2 Answers

$\begingroup$

It is not known whether or not there are infinitely many Mersenne primes.

Look at Mersenne conjectures, especially Lenstra–Pomerance–Wagstaff conjecture.

$\endgroup$ 3 $\begingroup$

A Mersenne number is a string of binary digits of the form ab, where the lengths of a and b are n and n >= 1. The length of ab is 2n. There are two types of Mersenne number. The first type is a periodic binary number where a=b and all the digits of a and b are 1's eg 11111111. The second type is similar to the first, except that the first bit of a is 0, so a<>b, for example 01111111.

Using the prime number theorem, the total number of Mersenne primes is therefore approximately:

enter image description here

Since the ratio between the successive terms of the series is < 1, D'Alembert's criterion, the series is absolutely convergent. Thus the number of Mersenne primes is finite.

The series converges very slowly, so slowly in fact that for n=512 (the MS Excel floating point limit) only 10 Mersenne primes are approximated, where 14 already exist. This series has not yet been further enumerated.

This work is available in more detail in the appendix of my recent paper

The supplementary materialscontain example MS Excel spreadsheets illustrating my approach.

$\endgroup$ 1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy