Notes on Prime Numbers
  • Introduction
  • Revision History
  • What Do You Mean Large
  • Enter bc
  • Pi with bc
  • C++
  • Ramanujan's constant
  • The Largest Known Prime
  • The Golden Ratio
  • Random Numbers
Powered by GitBook
On this page

Was this helpful?

The Largest Known Prime

PreviousRamanujan's constantNextThe Golden Ratio

Last updated 5 years ago

Was this helpful?

References:

  • at WikiPedia

This is the largest known Mersenne Prime:

2^57,885,161 -1

As of October 2014, 48 Mersenne primes are known.

Given that p is prime it is possible that

Mp=2^p -1

is prime. But you have to test it, prove it so. For example

M11=2^11 -1 = 2047 = 23 * 89

is a Mersenne number that is not prime.

Largest Know Prime
The Largest Know Primes - a Summary
Mersenne prime