login
This site is supported by donations 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

See also A086172, A086173, A086175, A086176, A086177.

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 1..1000

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

Cf. A086172, A086173, A086175, A086176, A086177.

Sequence in context: A194392 A189571 A055062 * A178642 A125854 A167278

Adjacent sequences:  A086171 A086172 A086173 * A086175 A086176 A086177

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 | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 22 01:57 EDT 2013. Contains 225510 sequences.