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!)
A063642 Primes of form p*q*r + 2, where p, q and r are primes (not necessarily distinct). 2
29, 47, 101, 107, 127, 149, 167, 173, 197, 233, 257, 263, 277, 281, 347, 359, 389, 401, 431, 457, 467, 479, 509, 541, 557, 563, 577, 607, 617, 641, 647, 653, 659, 727, 743, 761, 797, 863, 887, 911, 929, 937, 971, 983, 1019, 1087, 1097, 1129, 1181, 1187 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
With[{nn=50}, Take[Select[Times@@@Tuples[Prime[Range[nn]], 3]+2, PrimeQ]// Union, nn]] (* Harvey P. Dale, Jan 21 2021 *)
PROG
(PARI) { n=0; for (m=2, 10^9, p=prime(m); if (bigomega(p - 2) == 3, write("b063642.txt", n++, " ", p); if (n==1000, break)) ) } \\ Harry J. Smith, Aug 26 2009
CROSSREFS
Sequence in context: A119891 A106754 A222413 * A108258 A232236 A228585
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jul 21 2001
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 May 7 12:11 EDT 2024. Contains 372303 sequences. (Running on oeis4.)