OFFSET
1,2
COMMENTS
A multiplicative semigroup: if m and n are in the sequence, then so is m*n.
LINKS
Antti Karttunen, Table of n, a(n) for n = 1..20000
EXAMPLE
1 is a term since it has no prime factors, 0 is a multiple of 3, and "the empty set has every property". - N. J. A. Sloane, Dec 16 2024
MATHEMATICA
Join[{1}, Select[Range[1000], Mod[PrimeOmega[#], 3]==0&&Union[Mod[FactorInteger[#][[;; , 1]], 3]]=={2}&]] (* Harvey P. Dale, Dec 16 2024 *)
PROG
(PARI) isA373589 = A373588;
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Antti Karttunen, Jun 10 2024
STATUS
approved
