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!)
A043326 Numbers k such that k is a product of two different primes and k-2 is prime. 4
15, 21, 33, 39, 55, 69, 85, 91, 111, 115, 129, 133, 141, 159, 183, 201, 213, 235, 253, 259, 265, 295, 309, 319, 339, 355, 381, 391, 403, 411, 445, 451, 469, 481, 489, 493, 501, 505, 511, 543, 559, 565, 573, 579, 589, 633, 649, 655, 679, 685 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Zak Seidov and Michael De Vlieger, Table of n, a(n) for n = 1..21728 (first 10000 terms from Zak Seidov)
MATHEMATICA
Select[Range[700], PrimeOmega[#]==PrimeNu[#]==2&&PrimeQ[#-2]&] (* Harvey P. Dale, Feb 01 2014 *)
Select[Prime[Range[200]]+2, PrimeOmega[#]==PrimeNu[#]==2&] (* Harvey P. Dale, Oct 13 2018 *)
PROG
(PARI) is(n)=isprime(n-2) && bigomega(n)==2 && !issquare(n) \\ Charles R Greathouse IV, Jul 20 2014
CROSSREFS
Subsequence of A006881.
Sequence in context: A214044 A177516 A127329 * A179996 A079814 A168354
KEYWORD
nonn
AUTHOR
Olivier Gérard, Jul 19 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 April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)