A Mersenne prime is any prime of the form , where is a positive integer. As of May 2018, there are only 50 Mersenne primes known (the largest being with digits). It is still an open question as to whether there are an infinite number of Mersenne primes.
One may wonder about using a base other than for generating primes. How many prime numbers are of the form , with positive integers such that and ?
If you enjoyed this one, you might want to check out this one .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
a b − 1 = ( a − 1 ) ( a b − 1 + a b − 2 + a b − 3 + ⋯ + a 2 + a 1 + 1 ) When a > 2 , a − 1 > 1 ,when b > 1 , a b − 1 > 1 , multiplying two positive integers larger than one will never get a prime.