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!)
A086174 Numbers n such that n*prime(n)+2 is a prime. 7
3, 29, 33, 45, 65, 81, 91, 93, 95, 101, 103, 105, 109, 123, 153, 155, 189, 201, 225, 251, 253, 273, 283, 291, 305, 321, 363, 367, 371, 375, 387, 429, 431, 469, 475, 501, 515, 517, 525, 541, 567, 601, 613, 627, 633, 643, 669, 675, 701, 715, 717, 723, 729, 735 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
LINKS
MATHEMATICA
Select[Range[1000], PrimeQ[ # Prime[ # ]+2]&]
PROG
(Magma) [n: n in [1..800] | IsPrime(n*NthPrime(n) + 2)]; // Vincenzo Librandi, Oct 05 2012
CROSSREFS
Sequence in context: A194392 A189571 A055062 * A338518 A178642 A125854
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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)