Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A063638
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A063638 Primes p such that p-2 is a semiprime. +0
5
11, 17, 23, 37, 41, 53, 59, 67, 71, 79, 89, 97, 113, 131, 157, 163, 179, 211, 223, 239, 251, 269, 293, 307, 311, 331, 337, 367, 373, 379, 383, 397, 409, 419, 439, 449, 487, 491, 499, 503, 521, 547, 593, 599, 613, 631, 673, 683, 691, 701, 709, 719, 733, 739 (list; graph; listen)
OFFSET

1,1

COMMENT

Primes of form p*q + 2, where p and q are primes.

11 is the only prime of this form where p=q. For prime p>3, 3 divides p^2+2. - T. D. Noe (noe(AT)sspectra.com), Mar 01 2006

LINKS

T. D. Noe, Table of n, a(n) for n=1..1000

MATHEMATICA

Take[Select[ # + 2 & /@ Union[Flatten[Outer[Times, Prime[Range[100]], Prime[Range[100]]]]], PrimeQ], 60]

PROGRAM

(PARI) { n=0; for (m=2, 10^9, p=prime(m); if (bigomega(p - 2) == 2, write("b063638.txt", n++, " ", p); if (n==1000, break)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 26 2009]

CROSSREFS

Cf. A005385, A001358, A063637.

Cf. A109611 (Chen primes)

Sequence in context: A066938 A076812 A074207 this_sequence A141250 A096454 A099722

Adjacent sequences: A063635 A063636 A063637 this_sequence A063639 A063640 A063641

KEYWORD

nonn

AUTHOR

Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Jul 21 2001

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 27 14:50 EST 2009. Contains 167570 sequences.


AT&T Labs Research