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!)
A195089 Numbers k such that (number of prime factors of k counted with multiplicity) less (number of distinct prime factors of k) = 5. 12
64, 192, 288, 320, 432, 448, 648, 704, 729, 800, 832, 960, 972, 1088, 1216, 1344, 1440, 1458, 1472, 1568, 1856, 1984, 2000, 2016, 2112, 2160, 2240, 2368, 2400, 2496, 2624, 2752, 3008, 3024, 3168, 3240, 3264, 3392, 3520, 3600, 3645, 3648, 3744, 3776, 3872, 3904 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A046660(a(n)) = 5. - Reinhard Zumkeller, Nov 29 2015
LINKS
MATHEMATICA
Select[Range[4000], PrimeOmega[#]-PrimeNu[#]==5&]
PROG
(PARI) is(n)=bigomega(n)-omega(n)==5 \\ Charles R Greathouse IV, Sep 14 2015
(Haskell)
a195089 n = a195089_list !! (n-1)
a195089_list = filter ((== 5) . a046660) [1..]
-- Reinhard Zumkeller, Nov 29 2015
CROSSREFS
Sequence in context: A208636 A135270 A045052 * A336596 A175166 A220763
KEYWORD
nonn
AUTHOR
Harvey P. Dale, Sep 08 2011
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 18 13:29 EDT 2024. Contains 371780 sequences. (Running on oeis4.)