|
Search: id:A100367
|
|
|
| A100367 |
|
Even numbers of which number of distinct prime-factors equals 2. |
|
+0 2
|
|
| 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; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
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: A060702 A054741 A098902 this_sequence A114989 A129493 A036350
Adjacent sequences: A100364 A100365 A100366 this_sequence A100368 A100369 A100370
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Labos E. (labos(AT)ana.sote.hu), Nov 22 2004
|
|
|
Search completed in 0.002 seconds
|