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!)
A279458 Numbers n such that number of distinct primes dividing n is even and number of prime divisors (counted with multiplicity) of n is even. 4
1, 6, 10, 14, 15, 21, 22, 24, 26, 33, 34, 35, 36, 38, 39, 40, 46, 51, 54, 55, 56, 57, 58, 62, 65, 69, 74, 77, 82, 85, 86, 87, 88, 91, 93, 94, 95, 96, 100, 104, 106, 111, 115, 118, 119, 122, 123, 129, 133, 134, 135, 136, 141, 142, 143, 144, 145, 146, 152, 155, 158, 159, 160, 161, 166, 177, 178, 183, 184, 185, 187, 189 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Intersection of A028260 and A030231.
Numbers n such that A000035(A001221(n)) = 0 and A000035(A001222(n)) = 0.
Numbers n such that A076479(n) = 1 and A008836(n) = 1.
LINKS
Eric Weisstein's World of Mathematics, Prime Factor
Eric Weisstein's World of Mathematics, Distinct Prime Factors
EXAMPLE
24 is in the sequence because 24 = 2^3*3 therefore omega(24) = 2 {2,3} is even and bigomega(24) = 4 {2,2,2,3} is even.
MATHEMATICA
Select[Range[220], Mod[PrimeNu[#1], 2] == Mod[PrimeOmega[#1], 2] == 0 & ]
CROSSREFS
Sequence in context: A067582 A229153 A119847 * A119899 A351295 A362606
KEYWORD
nonn,easy
AUTHOR
Ilya Gutkovskiy, Dec 12 2016
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 16 14:02 EDT 2024. Contains 371734 sequences. (Running on oeis4.)