info prev up next book cdrom email home

Mersenne Number

A number of the form

\begin{displaymath}
M_n\equiv 2^n-1
\end{displaymath} (1)

for $n$ an Integer is known as a Mersenne number. The Mersenne numbers are therefore 2-Repdigits, and also the numbers obtained by setting $x=1$ in a Fermat Polynomial. The first few are 1, 3, 7, 15, 31, 63, 127, 255, ... (Sloane's A000225).


The number of digits $D$ in the Mersenne number $M_n$ is

\begin{displaymath}
D = \left\lfloor{\log(2^n-1)+1}\right\rfloor ,
\end{displaymath} (2)

where $\left\lfloor{x}\right\rfloor $ is the Floor Function, which, for large $n$, gives
\begin{displaymath}
D \approx \left\lfloor{n\log 2+1}\right\rfloor \approx \left...
...29n+1}\right\rfloor = \left\lfloor{0.301029n}\right\rfloor +1.
\end{displaymath} (3)


In order for the Mersenne number $M_n$ to be Prime, $n$ must be Prime. This is true since for Composite $n$ with factors $r$ and $s$, $n=rs$. Therefore, $2^n-1$ can be written as $2^{rs}-1$, which is a Binomial Number and can be factored. Since the most interest in Mersenne numbers arises from attempts to factor them, many authors prefer to define a Mersenne number as a number of the above form

\begin{displaymath}
M_p=2^p-1,
\end{displaymath} (4)

but with $p$ restricted to Prime values.


The search for Mersenne Primes is one of the most computationally intensive and actively pursued areas of advanced and distributed computing.

See also Cunningham Number, Eberhart's Conjecture, Fermat Number, Lucas-Lehmer Test, Mersenne Prime, Perfect Number, Repunit, Riesel Number, Sierpinski Number of the Second Kind, Sophie Germain Prime, Superperfect Number, Wieferich Prime


References

Pappas, T. ``Mersenne's Number.'' The Joy of Mathematics. San Carlos, CA: Wide World Publ./Tetra, p. 211, 1989.

Shanks, D. Solved and Unsolved Problems in Number Theory, 4th ed. New York: Chelsea, pp. 14, 18-19, 22, and 29-30, 1993.

Sloane, N. J. A. Sequence A000225/M2655 in ``An On-Line Version of the Encyclopedia of Integer Sequences.'' http://www.research.att.com/~njas/sequences/eisonline.html and Sloane, N. J. A. and Plouffe, S. The Encyclopedia of Integer Sequences. San Diego: Academic Press, 1995.



info prev up next book cdrom email home

© 1996-9 Eric W. Weisstein
1999-05-26