ArticleslgStudy

mathematics

Mersenne conjectures

Mersenne conjectures is a mathematics topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Mersenne conjectures rather than just read about it. In short: In mathematics, the Mersenne conjectures concern the characterization of a kind of prime numbers called Mersenne primes, meaning prime numbers that are a power of two minus one. Original Mersenne conjecture The original, called Mersenne's conjecture, was a statement by Marin Mersenne in his Cogitata Physico-Mathematica (1644; see e.g.

Key takeaways

  • Mersenne conjectures belongs to mathematics; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Mersenne conjectures to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Mersenne conjectures from memory before moving on to harder problems.

Reference excerpt

In mathematics, the Mersenne conjectures concern the characterization of a kind of prime numbers called Mersenne primes, meaning prime numbers that are a power of two minus one.

Original Mersenne conjecture The original, called Mersenne's conjecture, was a statement by Marin Mersenne in his Cogitata Physico-Mathematica (1644; see e.g. Dickson 1919) that the numbers 2 n − 1 {\displaystyle 2^{n}-1} were prime for n = 2, 3, 5, 7, 13, 17, 19, 31, 67, 127 and 257 (sequence A109461 in the OEIS), and were composite for all other positive integers n ≤ 257. The first seven entries of his list ( 2 n − 1 {\displaystyle 2^{n}-1} for n = 2, 3, 5, 7, 13, 17, 19) had already been proven to be primes by trial division before Mersenne's time; only the last four entries were new claims by Mersenne. Due to the size of those last numbers, Mersenne did not and could not test all of them, nor could his peers in the 17th century. It was eventually determined, after three centuries and the availability of new techniques such as the Lucas–Lehmer test, that Mersenne's conjecture contained five errors, namely two entries are composite (those corresponding to the primes n = 67, 257) and three primes are missing (those corresponding to the primes n = 61, 89, 107). The correct list for n ≤ 257 is: n = 2, 3, 5, 7, 13, 17, 19, 31, 61, 89, 107 and 127. While Mersenne's original conjecture is false, it may have led to the New Mersenne conjecture.

New Mersenne conjecture The New Mersenne conjecture or Bateman, Selfridge and Wagstaff conjecture (Bateman et al. 1989) states that for any odd natural number p, if any two of the following conditions hold, then so does the third:

p = 2k ± 1 or p = 4k ± 3 for some natural number k. ((sequence A122834 in the OEIS)) 2p − 1 is prime (a Mersenne prime). ((sequence A000043 in the OEIS)) (2p + 1)/3 is prime (a Wagstaff prime). ((sequence A000978 in the OEIS)) If p is an odd composite number, then 2p − 1 and (2p + 1)/3 are both composite. Therefore it is only necessary to test primes to verify the truth of the conjecture. Currently, there are nine known numbers for which all three conditions hold: 3, 5, 7, 13, 17, 19, 31, 61, 127 (sequence A107360 in the OEIS). Bateman et al. expected that no number greater than 127 satisfies all three conditions, and showed that heuristically no greater number would even satisfy two conditions, which would make the New Mersenne conjecture trivially true. If at least one of the double Mersenne numbers MM61 and MM127 is prime, then the New Mersenne conjecture would be false, since both M61 and M127 satisfy the first condition (since they are Mersenne primes themselves), but (2^M61+1)/3 and (2^M127+1)/3 are both composite, they are divisible by 1328165573307087715777 and 886407410000361345663448535540258622490179142922169401, respectively. As of 2025, all the Mersenne primes up to 257885161 − 1 are known, and for none of these does the first condition or the third condition hold except for the ones just mentioned. Primes which satisfy at least one condition are

2, 3, 5, 7, 11, 13, 17, 19, 23, 31, 43, 61, 67, 79, 89, 101, 107, 127, 167, 191, 199, 257, 313, 347, 521, 607, 701, 1021, 1279, 1709, 2203, 2281, 2617, 3217, 3539, 4093, 4099, 4253, 4423, 5807, 8191, 9689, 9941, ... (sequence A120334 in the OEIS) Note that the two primes for which the original Mersenne conjecture is false (67 and 257) satisfy the first condition of the new conjecture (67 = 43 + 3, 257 = 28 + 1), but not the other two. 89 and 107, which were missed by Mersenne, satisfy the second condition but not the other two. Mersenne may have thought that 2p − 1 is prime only if p = 2k ± 1 or p = 4k ± 3 for some natural number k, but if he thought it was "if and only if" he would have included 61.

The New Mersenne conjecture can be thought of as an attempt to salvage the centuries-old Mersenne's conjecture, which is false. However, according to Robert D. Silverman, John Selfridge agreed that the New Mersenne conjecture is "obviously true" as it was chosen to fit the known data and counter-examples beyond those cases are exceedingly unlikely. It may be regarded more as a curious observation than as an open question in need of proving. Prime Pages shows that the New Mersenne conjecture is true for all integers less than or equal to 10000000 by systematically listing all primes for which it is already known that one of the conditions holds. In fact, currently it is known that the New Mersenne conjecture is true for all integers less than or equal to the current search limit of the Mersenne primes (see this page for the current search limit of the Mersenne primes), also currently it is known that the New Mersenne conjecture is true for all integers less than 1073741827 which satisfy the first condition, also currently it is known that the New Mersenne conjecture is true for all known integers which satisfy the second or third condition.

Lenstra–Pomerance–Wagstaff conjecture Lenstra, Pomerance, and Wagstaff have conjectured that there are infinitely many Mersenne primes, and, more precisely, that the number of Mersenne primes less than x is asymptotically approximated by

e γ ⋅ log 2 ⁡ log 2 ⁡ ( x ) , {\displaystyle e^{\gamma }\cdot \log _{2}\log _{2}(x),}

where γ is the Euler–Mascheroni constant. In other words, the number of Mersenne primes with exponent p less than y is asymptotically

e γ ⋅ log 2 ⁡ ( y ) . {\displaystyle e^{\gamma }\cdot \log _{2}(y).}

… excerpt ends here. Continue reading the full article.

Worked examples

Example 1 — a first encounter with Mersenne conjectures

Start with the simplest possible case. Write down what Mersenne conjectures claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In mathematics, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Mersenne conjectures before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Mersenne conjectures ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Mersenne conjectures

In research
Mersenne conjectures appears in mathematics research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Mersenne conjectures in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Mersenne conjectures is common in secondary-school and first-year university syllabi. It links to neighbouring topics Conjectures about prime numbers, Mersenne primes, Unsolved problems in number theory, so understanding it makes those chapters shorter.
In everyday life
Look for Mersenne conjectures outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.
Ask Teacher Smith questions about this articleOpens your AI tutor with a question about “Mersenne conjectures” →

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Mersenne conjectures in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Mersenne conjectures means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Mersenne conjectures out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Mersenne conjectures in simple terms?

In mathematics, the Mersenne conjectures concern the characterization of a kind of prime numbers called Mersenne primes, meaning prime numbers that are a power of two minus one. Original Mersenne conjecture The original, called Mersenne's conjecture, was a statement by Marin Mersenne in his Cogitat…

Why does Mersenne conjectures matter?

Because it connects several mathematics ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Mersenne conjectures?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Mersenne conjectures.

Tags

  • Conjectures about prime numbers
  • Mersenne primes
  • Unsolved problems in number theory

Keep exploring