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!)
A195092 Numbers k such that (number of prime factors of k counted with multiplicity) less (number of distinct prime factors of k) = 8. 12
512, 1536, 2304, 2560, 3456, 3584, 5184, 5632, 6400, 6656, 7680, 7776, 8704, 9728, 10752, 11520, 11664, 11776, 12544, 14848, 15872, 16000, 16128, 16896, 17280, 17496, 17920, 18944, 19200, 19683, 19968, 20992, 22016, 24064, 24192 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

COMMENTS

A046660(a(n)) = 8. - Reinhard Zumkeller, Nov 29 2015

LINKS

Reinhard Zumkeller, Table of n, a(n) for n = 1..10000

Index entries for sequences computed from exponents in factorization of n

MAPLE

op(select(n->bigomega(n)-nops(factorset(n))=8, [$1..24192])); # Paolo P. Lava, Jul 03 2018

MATHEMATICA

Select[Range[25000], PrimeOmega[#]-PrimeNu[#]==8&]

PROG

(PARI) is(n)=bigomega(n)-omega(n)==8 \\ Charles R Greathouse IV, Sep 14 2015

(Haskell)

a195092 n = a195092_list !! (n-1)

a195092_list = filter ((== 8) . a046660) [1..]

-- Reinhard Zumkeller, Nov 29 2015

CROSSREFS

Cf. A060687, A195069, A195086, A195087, A195088, A195089, A195090, A195091, A195093.

Cf. A025487, A046660, A257851, A261256, A264959.

Sequence in context: A224644 A258726 A220583 * A235192 A203451 A251192

Adjacent sequences: A195089 A195090 A195091 * A195093 A195094 A195095

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 March 24 21:37 EDT 2023. Contains 361511 sequences. (Running on oeis4.)