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

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A093599 Composite numbers having an odd number of prime factors, all of which are distinct. 2
30, 42, 66, 70, 78, 102, 105, 110, 114, 130, 138, 154, 165, 170, 174, 182, 186, 190, 195, 222, 230, 231, 238, 246, 255, 258, 266, 273, 282, 285, 286, 290, 310, 318, 322, 345, 354, 357, 366, 370, 374, 385, 399, 402, 406, 410, 418, 426, 429, 430, 434, 435 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
First differs from A007304 at 2*3*5*7*11 = 2310, which is a(360) and thus beyond the tabulated range.
Subsequence of A030059. - Bill McEachen, Nov 06 2020
LINKS
Eric Weisstein's World of Mathematics, Prime Sums
Wikipedia, Moebius function
MATHEMATICA
Select[Range[435], MoebiusMu[ # ] == -1 && Not[PrimeQ[ # ]] &] (* Alonso del Arte, Jan 24 2005 *)
PROG
(PARI) is(n)=my(f=factor(n)[, 2]); #f>2 && #f%2==1 && vecmax(f)==1 \\ Charles R Greathouse IV, Oct 19 2015
CROSSREFS
Sequence in context: A225228 A336568 A350352 * A007304 A160350 A053858
KEYWORD
nonn
AUTHOR
Eric W. Weisstein, Apr 03 2004
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | 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 May 1 10:17 EDT 2024. Contains 372163 sequences. (Running on oeis4.)