The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A195093 Numbers k such that (number of prime factors of k counted with multiplicity) less (number of distinct prime factors of k) = 9. 12
1024, 3072, 4608, 5120, 6912, 7168, 10368, 11264, 12800, 13312, 15360, 15552, 17408, 19456, 21504, 23040, 23328, 23552, 25088, 29696, 31744, 32000, 32256, 33792, 34560, 34992, 35840, 37888, 38400, 39936, 41984, 44032, 48128, 48384 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A046660(a(n)) = 9. - Reinhard Zumkeller, Nov 29 2015
LINKS
MATHEMATICA
Select[Range[50000], PrimeOmega[#]-PrimeNu[#]==9&]
PROG
(PARI) is(n)=bigomega(n)-omega(n)==9 \\ Charles R Greathouse IV, Sep 14 2015
(Haskell)
a195093 n = a195093_list !! (n-1)
a195093_list = filter ((== 9) . a046660) [1..]
-- Reinhard Zumkeller, Nov 29 2015
CROSSREFS
Sequence in context: A223065 A298607 A366391 * A258734 A195234 A257650
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 May 20 05:07 EDT 2024. Contains 372703 sequences. (Running on oeis4.)