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!)
A249761 Primes p such that there is prime q with sigma(q-1) = p. 2
3, 7, 31, 131071 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) = corresponding values of sigma(n) of numbers n from A249760(n); a(n) = A000203(A249760(n)).
Corresponding values of primes q are in A249759.
Conjectures: 1) sequence is finite; 2) (a(n)+3)/2 is a Fermat prime (A019434); 3) a(n) is subsequence of Mersenne primes (A000668); 4) a(n) = 2*A249759(n)-3.
LINKS
EXAMPLE
Prime 31 is in the sequence because there is prime 17 with sigma(17-1) = sigma(16) = 31.
PROG
(Magma) [a: p in PrimesUpTo(5000000) | IsPrime(a) where a is SumOfDivisors(p-1)]
CROSSREFS
Sequence in context: A070231 A263049 A167917 * A163081 A332386 A096239
KEYWORD
nonn,more
AUTHOR
Jaroslav Krizek, Nov 13 2014
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 April 19 03:11 EDT 2024. Contains 371782 sequences. (Running on oeis4.)