login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A145784
Numbers with property that the number of prime factors is a multiple of 3.
12
1, 8, 12, 18, 20, 27, 28, 30, 42, 44, 45, 50, 52, 63, 64, 66, 68, 70, 75, 76, 78, 92, 96, 98, 99, 102, 105, 110, 114, 116, 117, 124, 125, 130, 138, 144, 147, 148, 153, 154, 160, 164, 165, 170, 171, 172, 174, 175, 182, 186, 188, 190, 195, 207, 212, 216, 222
OFFSET
1,2
COMMENTS
A multiplicative semigroup: if m and n are in the sequence, then so is m*n. - Antti Karttunen, Jul 02 2024
LINKS
FORMULA
A010872(A001222(a(n))) = 0.
MATHEMATICA
Join[{1}, Select[Range[2, 230], Mod[Total[Transpose[FactorInteger[#]][[2]]], 3] == 0 &]] (* T. D. Noe, May 21 2012 *)
PROG
(Haskell)
a145784 n = a145784_list !! (n-1)
a145784_list = filter ((== 0) . a010872 . a001222) [1..]
-- Reinhard Zumkeller, May 26 2012
CROSSREFS
Cf. A001222, A010872, A373975 (characteristic function).
Cf. also A028260, A214195, A297845.
Sequence in context: A051144 A067537 A046339 * A358763 A014612 A226527
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Oct 19 2008
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 23 23:02 EDT 2024. Contains 376185 sequences. (Running on oeis4.)