login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A100367 Even numbers of which number of distinct prime-factors equals 2. 1
6, 10, 12, 14, 18, 20, 22, 24, 26, 28, 34, 36, 38, 40, 44, 46, 48, 50, 52, 54, 56, 58, 62, 68, 72, 74, 76, 80, 82, 86, 88, 92, 94, 96, 98, 100, 104, 106, 108, 112, 116, 118, 122, 124, 134, 136, 142, 144, 146, 148, 152, 158, 160, 162, 164, 166, 172, 176, 178, 184, 188 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

This is a proper subset of A098202. E.g. 210 is not here, but it is there.

FORMULA

Numbers of the form 2^k*p^h where k>0, h>=0 p is an od prime.

MATHEMATICA

lf[x_] :=Length[FactorInteger[x]]; ta={{0}}; Do[If[Equal[lf[n], 2]&&EvenQ[n], ta=Append[ta, n]; Print[n]], {n, 1, 256}]; ta=Delete[ta, 1]

CROSSREFS

Cf. A001221, A098902, A100368.

Sequence in context: A176587 A174164 A098902 * A114989 A175352 A175397

Adjacent sequences:  A100364 A100365 A100366 * A100368 A100369 A100370

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Nov 22 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 22:14 EST 2012. Contains 205670 sequences.