OFFSET
1,1
COMMENTS
Numbers k such that bigomega(2*k + 1) >= 3. - David A. Corneth, Jul 15 2020
If a term s in A159919 is not here, 2*s+1 is a semiprime.
EXAMPLE
4 is a Sundaram number, therefore 1+4+2*4*1=13 is a term, and (13*2)+1=27 is not a semiprime.
MATHEMATICA
Select[Range[2^8], PrimeOmega[2*# + 1] >= 3 &] (* Amiram Eldar, Jul 15 2020 *)
PROG
(PARI) is(n) = bigomega(2*n + 1) >= 3 \\ David A. Corneth, Jul 15 2020
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Davide Rotondo, Jul 15 2020
EXTENSIONS
More terms from David A. Corneth, Jul 15 2020
STATUS
approved