The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A098904 Even numbers whose number of distinct prime factors is odd. 2
2, 4, 8, 16, 30, 32, 42, 60, 64, 66, 70, 78, 84, 90, 102, 110, 114, 120, 126, 128, 130, 132, 138, 140, 150, 154, 156, 168, 170, 174, 180, 182, 186, 190, 198, 204, 220, 222, 228, 230, 234, 238, 240, 246, 252, 256, 258, 260, 264, 266, 270, 276, 280, 282, 286, 290 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
30 is a member of sequence because 30 is even and number of distinct prime factors of 30 i.e. 3 is odd.
MATHEMATICA
Select[Select[Range[500], OddQ[PrimeNu[#]] &], EvenQ] (* G. C. Greubel, May 21 2017 *)
Select[2*Range[150], OddQ[PrimeNu[#]]&] (* Harvey P. Dale, Aug 15 2020 *)
CROSSREFS
Sequence in context: A292793 A332835 A018469 * A248846 A046127 A271480
KEYWORD
easy,nonn
AUTHOR
Shyam Sunder Gupta, Oct 14 2004
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 May 13 21:51 EDT 2024. Contains 372523 sequences. (Running on oeis4.)