Currently there may be errors shown on top of a page, because of a missing Wiki update (PHP version and extension DPL3).
Navigation
Topics Help • Register • News • History • How to • Sequences statistics • Template prototypes

Difference between revisions of "Mersenne number"

From Prime-Wiki
Jump to: navigation, search
(restored)
 
(links corrected)
Line 1: Line 1:
 
A '''Mersenne number''' is a number of the form <math>2^n{-}1</math> where <math>n</math> is a non-negative [[Integer|integer]].
 
A '''Mersenne number''' is a number of the form <math>2^n{-}1</math> where <math>n</math> is a non-negative [[Integer|integer]].
  
When this number is [[Prime|prime]], it is called [[Mersenne prime]], otherwise it is a [[Mersenne composite]].
+
When this number is [[Prime number|prime]], it is called [[Mersenne prime]], otherwise it is a [[composite number]].
  
The number of digits of a Mersenne number <math>2^n-1</math> can be calculated by [n&times;log(2)]+1, where [] is the floor function (the equivalent to rounding down).
+
The number of digits of a Mersenne number <math>2^n{-}1</math> can be calculated by [n&times;log(2)]+1, where [] is the floor function (the equivalent to rounding down).
  
 
==Properties of Mersenne numbers==
 
==Properties of Mersenne numbers==

Revision as of 12:46, 20 January 2019

A Mersenne number is a number of the form [math]\displaystyle{ 2^n{-}1 }[/math] where [math]\displaystyle{ n }[/math] is a non-negative integer.

When this number is prime, it is called Mersenne prime, otherwise it is a composite number.

The number of digits of a Mersenne number [math]\displaystyle{ 2^n{-}1 }[/math] can be calculated by [n×log(2)]+1, where [] is the floor function (the equivalent to rounding down).

Properties of Mersenne numbers

Mersenne numbers share several properties:

  • Mn is a sum of binomial coefficients: [math]\displaystyle{ M_n = \sum_{i=0}^{n} {n \choose i} - 1 }[/math].
  • If [math]\displaystyle{ a }[/math] is a divisor of Mq (q prime) then [math]\displaystyle{ a }[/math] has the following properties: [math]\displaystyle{ a \equiv 1 \pmod{2q} }[/math] and: [math]\displaystyle{ a \equiv \pm 1 \pmod{8} }[/math].
  • A theorem from Euler about numbers of the form 1+6k shows that Mq (q prime) is a prime if and only if there exists only one pair [math]\displaystyle{ (x,y) }[/math] such that: [math]\displaystyle{ M_q = {(2x)}^2 + 3{(3y)}^2 }[/math] with [math]\displaystyle{ q \geq 5 }[/math]. More recently, Bas Jansen has studied [math]\displaystyle{ M_q = x^2 + dy^2 }[/math] for d=0 ... 48 and has provided a new (and clearer) proof for case d=3.
  • Let [math]\displaystyle{ q = 3 \pmod{4} }[/math] be a prime. [math]\displaystyle{ 2q+1 }[/math] is also a prime if and only if [math]\displaystyle{ 2q+1 }[/math] divides [math]\displaystyle{ M_q }[/math].
  • Reix has recently found that prime and composite Mersenne numbers [math]\displaystyle{ M_q }[/math] (q prime > 3) can be written as: [math]\displaystyle{ M_q = {(8x)}^2 - {(3qy)}^2 = {(1+Sq)}^2 - {(Dq)}^2 }[/math]. Obviously, if there exists only one pair (x,y), then [math]\displaystyle{ M_q }[/math] is prime.
  • Ramanujan has showed that the equation: [math]\displaystyle{ M_q = 6+x^2 }[/math] has only 3 solutions with q prime: 3, 5, and 7 (and 2 solutions with q composite).
  • Any mersenne number is a binary repunit (in base 2, they consist of only ones).
  • If the exponent n is composite, the Mersenne number must be composite as well.

External links