Mersenne Primes
Here is a list of all known Mersenne Primes. Also, the University of Tennessee Martin (utm.edu) maintains an outstanding Mersenne Primes page, courtesy of Chris Caldwell, including Mersenne Primes: History, Theorems and Lists.
Here is a list of all known Mersenne Primes. Also, the University of Tennessee Martin (utm.edu) maintains an outstanding Mersenne Primes page, courtesy of Chris Caldwell, including Mersenne Primes: History, Theorems and Lists.
Factors of Mersenne Numbers
I maintain a comprehensive list of factors of Mersenne numbers and Mersenne composites, through some N (which continues to grow).
The links below give lists of the smallest Mersenne number or Mersenne composite
Mq = 2^q - 1, each p divides, in the form
I maintain a comprehensive list of factors of Mersenne numbers and Mersenne composites, through some N (which continues to grow).
The links below give lists of the smallest Mersenne number or Mersenne composite
Mq = 2^q - 1, each p divides, in the form
p | Mq   or p | Rn,
where "p" is the (base 10) prime factor [1 or 7 (mod 8)], and "Mq" gives the prime power of the Mersenne number, or "Rn" gives the composite power of the Mersenne number. The vertical bar is used in the normal mathematical sense to mean "divides".
Mersenne Chains
Mersenne Chains are series of primes q0,q1,...,qn where every member of the series = 1 or 7 (mod 8), and for which each prime qx in the series divides 2^(q[x+1]) - 1. Note that the Mersenne number factor files above are the Mersenne chain lists of length 2, so we only address longer Mersenne chains in this section.
Mersenne Chains are series of primes q0,q1,...,qn where every member of the series = 1 or 7 (mod 8), and for which each prime qx in the series divides 2^(q[x+1]) - 1. Note that the Mersenne number factor files above are the Mersenne chain lists of length 2, so we only address longer Mersenne chains in this section.
Mersenne chains, length 4 or greater |
Mersenne chains, length 3 or greater [large file] |
About the Code
The links are for R code.
The links are for R code.