login
A278054
Primes p of the form sigma(2^(q+1)) for some prime q.
2
31, 127, 8191, 524287, 2147483647, 2305843009213693951
OFFSET
1,1
COMMENTS
The next term is too large to include (see the table).
Corresponding values of primes q are in A278053.
Subsequence of Mersenne primes (A000668).
LINKS
EXAMPLE
8191 = sigma(2^(q+1)) for prime q = 11.
MATHEMATICA
Select[DivisorSigma[1, 2^(# + 1)] & /@ Prime@ Range@ 120, PrimeQ] (* Michael De Vlieger, Nov 10 2016 *)
PROG
(Magma) [SumOfDivisors(2^(n+1)): n in [1..1000] | IsPrime(n) and IsPrime(SumOfDivisors(2^(n+1)))]
CROSSREFS
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Nov 09 2016
STATUS
approved