login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A359159
Numbers whose odd part is squarefree and the number of prime factors (with multiplicity) is odd.
4
2, 3, 5, 7, 8, 11, 12, 13, 17, 19, 20, 23, 28, 29, 30, 31, 32, 37, 41, 42, 43, 44, 47, 48, 52, 53, 59, 61, 66, 67, 68, 70, 71, 73, 76, 78, 79, 80, 83, 89, 92, 97, 101, 102, 103, 105, 107, 109, 110, 112, 113, 114, 116, 120, 124, 127, 128, 130, 131, 137, 138, 139, 148, 149, 151, 154, 157, 163, 164, 165
OFFSET
1,1
COMMENTS
The asymptotic density of this sequence is 4/Pi^2 (A185199). - Amiram Eldar, Jan 18 2023
LINKS
MATHEMATICA
Select[Range[200], OddQ[PrimeOmega[#]] && SquareFreeQ[#/2^IntegerExponent[#, 2]] &] (* Amiram Eldar, Jan 18 2023 *)
PROG
(PARI) isA359159(n) = A359158(n);
CROSSREFS
Intersection of A026424 and A122132.
Setwise difference A122132 \ A359157.
Positions of negative terms in A355689.
Cf. A166486, A185199, A359158 (characteristic function).
Sequence in context: A141832 A066680 A346635 * A298865 A211777 A189299
KEYWORD
nonn
AUTHOR
Antti Karttunen, Dec 20 2022
STATUS
approved