A253850 Mersenne exponents (A000043) that are the sum of the divisors (A000203) of some n.
3, 7, 13, 31, 127
Offset: 1
Examples
Mersenne exponent 7 is in the sequence because sigma(4) = 7. Mersenne exponent 31 is in the sequence because there are two numbers n (16 and 25) with sigma(n) = 31.
Programs
-
Magma
Set(Sort([SumOfDivisors(n): n in[1..10000] | IsPrime((2^SumOfDivisors(n))- 1)]));
Comments