login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A086177
Numbers n such that n*prime(n)-3 is prime.
7
2, 8, 14, 34, 40, 46, 50, 80, 82, 88, 110, 116, 118, 130, 142, 200, 224, 226, 238, 256, 274, 278, 280, 286, 292, 302, 322, 328, 332, 350, 352, 362, 380, 398, 412, 430, 436, 464, 496, 544, 572, 586, 616, 620, 622, 634, 638, 646, 650, 662, 676, 688, 700, 734
OFFSET
1,1
COMMENTS
LINKS
MATHEMATICA
Select[Range[1000], PrimeQ[ # Prime[ # ]-3]&]
PROG
(Magma) [n: n in [1..800] | IsPrime(n*NthPrime(n) - 3)]; // Vincenzo Librandi, Oct 05 2012
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Zak Seidov, Jul 11 2003
STATUS
approved