OFFSET
1,2
COMMENTS
1, and semiprimes other than 4, multiplied by a product of 0 or more odd semiprimes. - Robert Israel, Dec 28 2022
MAPLE
select(t -> numtheory:-bigomega(t)::even, [seq(seq(4*i+j, j=1..3), i=0..100)]); # Robert Israel, Dec 28 2022
MATHEMATICA
Select[Range[200], And[LiouvilleLambda[#] > 0, ! Divisible[#, 4]] &] (* Michael De Vlieger, Dec 28 2022 *)
PROG
(PARI) isA359371(n) = A359370(n);
CROSSREFS
Positions of positive terms in A358839.
KEYWORD
nonn
AUTHOR
Antti Karttunen, Dec 28 2022
STATUS
approved