login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A278054 Primes p of the form sigma(2^(q+1)) for some prime q. 2
31, 127, 8191, 524287, 2147483647, 2305843009213693951 (list; graph; refs; listen; history; text; internal format)
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
Sequence in context: A079141 A049203 A065403 * A035502 A259509 A183838
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Nov 09 2016
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 17 19:13 EDT 2024. Contains 374377 sequences. (Running on oeis4.)