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!)
A195087 Numbers k such that (number of prime factors of k counted with multiplicity) less (number of distinct prime factors of k) = 3. 12
16, 48, 72, 80, 81, 108, 112, 162, 176, 200, 208, 240, 272, 304, 336, 360, 368, 392, 405, 464, 496, 500, 504, 528, 540, 560, 567, 592, 600, 624, 625, 656, 675, 688, 752, 756, 792, 810, 816, 848, 880, 891, 900, 912, 936, 944, 968, 976 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The asymptotic density of this sequence is (Sum_{p prime} 1/(p^3*(p+1)) + Sum_{p != q primes} 1/(p^2*(p+1)*q*(q+1)) + Sum_{p < q < r primes} 1/(p*(p+1)*q*(q+1)*r*(r+1)))/zeta(2) = 0.04761... . - Amiram Eldar, Sep 03 2022
LINKS
FORMULA
A001222(a(n)) - A001221(a(n)) = 3.
A046660(a(n)) = 3. - Reinhard Zumkeller, Nov 29 2015
MATHEMATICA
Select[Range[1000], PrimeOmega[#]-PrimeNu[#]==3&]
PROG
(PARI) is(n)=bigomega(n)-omega(n)==3 \\ Charles R Greathouse IV, Sep 14 2015
(Haskell)
a195087 n = a195087_list !! (n-1)
a195087_list = filter ((== 3) . a046660) [1..]
-- Reinhard Zumkeller, Nov 29 2015
CROSSREFS
Sequence in context: A264164 A045047 A239344 * A348882 A130897 A374589
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 September 16 00:43 EDT 2024. Contains 375959 sequences. (Running on oeis4.)