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!)
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 (list; graph; refs; listen; history; text; internal format)
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
Sequence in context: A031160 A250554 A046959 * A299337 A332611 A162484
KEYWORD
easy,nonn
AUTHOR
Zak Seidov, Jul 11 2003
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)