cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A278054 Primes p of the form sigma(2^(q+1)) for some prime q.

Original entry on oeis.org

31, 127, 8191, 524287, 2147483647, 2305843009213693951
Offset: 1

Views

Author

Jaroslav Krizek, Nov 09 2016

Keywords

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).

Examples

			8191 = sigma(2^(q+1)) for prime q = 11.
		

Crossrefs

Programs

  • Magma
    [SumOfDivisors(2^(n+1)): n in [1..1000] | IsPrime(n) and IsPrime(SumOfDivisors(2^(n+1)))];
  • Mathematica
    Select[DivisorSigma[1, 2^(# + 1)] & /@ Prime@ Range@ 120, PrimeQ] (* Michael De Vlieger, Nov 10 2016 *)
Showing 1-1 of 1 results.