OFFSET
1,1
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
EXAMPLE
33 is a member as 33, 34 and 35 are of the form p*q where p and q are primes.
MATHEMATICA
Select[Range[4000], AllTrue[# + Range[0, 2], SquareFreeQ] && Equal @@ PrimeNu[# + Range[0, 2]] &] (* Amiram Eldar, Feb 24 2021 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Sep 03 2002
EXTENSIONS
More terms from Matthew Conroy, Sep 08 2002
Edited by Reinhard Zumkeller, Jul 14 2003
Offset corrected by Amiram Eldar, Feb 24 2021
STATUS
approved