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!)
A247955 Primes p such that there is prime q with sigma(q+2) = p. 0
7, 13, 31, 1093, 2801, 5113, 8011, 17293, 30103, 30941, 86143, 459007, 552793, 579883, 732541, 1191373, 3500201, 3730693, 4534771, 5168803, 5333791, 7450171, 10378063, 25646167, 25882657, 28792661, 30266503, 43553401, 48037081, 52265671, 56964757, 62433703, 65504743, 67856407, 76413823, 77572057 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Primes p such that there is prime q such that A000203(q+2) = p.
Primes p of the form sigma(A171130(n)) in increasing order.
LINKS
MATHEMATICA
Sort[Select[DivisorSigma[1, #+2]&/@Prime[Range[5200000]], PrimeQ]] (* Harvey P. Dale, Apr 27 2022 *)
PROG
(PARI) v=[]; forprime(p=1, 10^8, if(ispseudoprime(sigma(p+2)), v=concat(v, sigma(p+2)))); v \\ Derek Orr, Oct 26 2014
CROSSREFS
Sequence in context: A342184 A247178 A053183 * A026318 A331960 A061204
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Sep 28 2014
EXTENSIONS
More terms from Michel Marcus, Oct 02 2014
Corrected and extended by Harvey P. Dale, Apr 27 2022
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)