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!)
A327829 Squarefree numbers with a prime number of prime factors. 1
6, 10, 14, 15, 21, 22, 26, 30, 33, 34, 35, 38, 39, 42, 46, 51, 55, 57, 58, 62, 65, 66, 69, 70, 74, 77, 78, 82, 85, 86, 87, 91, 93, 94, 95, 102, 105, 106, 110, 111, 114, 115, 118, 119, 122, 123, 129, 130, 133, 134, 138, 141, 142, 143, 145, 146, 154, 155, 158, 159, 161 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
210 is the first integer in A120944 but not here: it has 4 prime factors.
LINKS
FORMULA
A006881 UNION A007304 UNION A046387 UNION A123321 UNION .... - R. J. Mathar, Oct 13 2019
MATHEMATICA
Select[Range@ 161, And[SquareFreeQ@ #, PrimeQ@ PrimeNu@ #] &] (* Michael De Vlieger, Sep 29 2019 *)
PROG
(PARI) isok(n) = issquarefree(n) && isprime(omega(n)); \\ Michel Marcus, Sep 27 2019
CROSSREFS
Subsequence of A120944.
A006881, A007304, A046387 are subsequences.
A046386, A067885 are not subsequences.
Sequence in context: A080365 A000469 A120944 * A052053 A276818 A325259
KEYWORD
nonn
AUTHOR
EXTENSIONS
Corrected and extended by Michel Marcus, Sep 27 2019
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 April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)