[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A253851
Mersenne primes (A000668) of the form 2^sigma(n) - 1 for some n.
6
7, 127, 8191, 2147483647, 170141183460469231731687303715884105727
OFFSET
1,1
COMMENTS
Numbers n such that 2^sigma(n) - 1 is a Mersenne primes are given in A253849.
Sequence of corresponding values of sigma(n) are given in A253850 and each term of this sequence must be a prime from the sequence of Mersenne exponents (A000043).
If a(6) exists, it must be bigger than A000668(43) = 2^30402457-1.
EXAMPLE
Mersenne prime 2147483647 is in the sequence because there are two numbers n (16 and 25) with 2^sigma(n) - 1 = 2^31 - 1 = 2147483647.
PROG
(Magma) Set(Sort([(2^SumOfDivisors(n))-1: n in[1..10000] | IsPrime((2^SumOfDivisors(n))-1)]))
CROSSREFS
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Jan 16 2015
STATUS
approved