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!)
A327877 Numbers having an odd number of non-unitary prime factors. 6
4, 8, 9, 12, 16, 18, 20, 24, 25, 27, 28, 32, 40, 44, 45, 48, 49, 50, 52, 54, 56, 60, 63, 64, 68, 75, 76, 80, 81, 84, 88, 90, 92, 96, 98, 99, 104, 112, 116, 117, 120, 121, 124, 125, 126, 128, 132, 135, 136, 140, 147, 148, 150, 152, 153, 156, 160, 162, 164, 168 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Differs from A190641(n) from n = 310 (900, the least number with 3 non-unitary prime factors, is in this sequence but not in A190641).
The asymptotic density of the numbers in this sequence is 0.338682... = 1 - A065493.
LINKS
Eckford Cohen, Some asymptotic formulas in the theory of numbers, Transactions of the American Mathematical Society, Vol. 112, No. 2, (1964), pp. 214-227.
Willy Feller and Erhard Tornier, Mengentheoretische Untersuchung von Eigenschaften der Zahlenreihe, Mathematische Annalen, Vol. 107, No. 1 (1933), pp. 188-232.
I. J. Schoenberg, On asymptotic distributions of arithmetical functions, Transactions of the American Mathematical Society, Vol. 39, No. 2 (1936), pp. 315-330.
MATHEMATICA
A056170[n_] := Count[FactorInteger[n], {_, k_ /; k > 1}]; Select[Range[200], OddQ[A056170[#]] &] (* after Jean-François Alcover at A056170 *)
PROG
(PARI) \\ here b(n) is A056170(n)
b(n)={my(f=factor(n)[, 2]); sum(i=1, #f, f[i]>1)}
{ select(k->b(k)%2, [1..200]) } \\ Andrew Howroyd, Sep 28 2019
CROSSREFS
Cf. A056170, A065493, A190641, A333634 (complement).
Sequence in context: A350137 A359470 A190641 * A359468 A034043 A278517
KEYWORD
nonn
AUTHOR
Amiram Eldar, Sep 28 2019
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 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)