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!)
A195091 Numbers k such that (number of prime factors of k counted with multiplicity) less (number of distinct prime factors of k) = 7. 12
256, 768, 1152, 1280, 1728, 1792, 2592, 2816, 3200, 3328, 3840, 3888, 4352, 4864, 5376, 5760, 5832, 5888, 6272, 6561, 7424, 7936, 8000, 8064, 8448, 8640, 8748, 8960, 9472, 9600, 9984, 10496, 11008, 12032, 12096, 12672, 12960, 13056, 13122, 13568 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A046660(a(n)) = 7. - Reinhard Zumkeller, Nov 29 2015
LINKS
MATHEMATICA
Select[Range[14000], PrimeOmega[#]-PrimeNu[#]==7&]
PROG
(PARI) is(n)=bigomega(n)-omega(n)==7 \\ Charles R Greathouse IV, Sep 14 2015
(Haskell)
a195091 n = a195091_list !! (n-1)
a195091_list = filter ((== 7) . a046660) [1..]
-- Reinhard Zumkeller, Nov 29 2015
CROSSREFS
Sequence in context: A237015 A237008 A045057 * A361176 A203450 A188248
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 25 06:14 EDT 2024. Contains 371964 sequences. (Running on oeis4.)