|
Search: id:A080364
|
|
|
| A080364 |
|
n is such that its least prime divisor is also one of its unitary prime divisors and n is not a prime number. |
|
+0 3
|
|
| 6, 10, 14, 15, 18, 21, 22, 26, 30, 33, 34, 35, 38, 39, 42, 46, 50, 51, 54, 55, 57, 58, 62, 65, 66, 69, 70, 74, 75, 77, 78, 82, 85, 86, 87, 90, 91, 93, 94, 95, 98, 102, 105, 106, 110, 111, 114, 115, 118, 119, 122, 123, 126, 129, 130, 133, 134, 138, 141, 142, 143, 145, 146
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
EXAMPLE
|
n=50: it is not a prime, 50=2.5.5, least prime factor is 2 and GCD[2,50/2]=1 so 2 is unitary-prime-divisor of 50, thus 50 is here.
|
|
MATHEMATICA
|
mi[x_] := Part[Flatten[FactorInteger[x]], 1] k=0; Do[s=mi[n]; If[Equal[GCD[s, n/s], 1]&&!PrimeQ[n], Print[n]], {n, 2, 256}]
|
|
CROSSREFS
|
Cf. A034444, A056169, A020639, A080363.
Sequence in context: A143907 A132982 A069169 this_sequence A082092 A069116 A063763
Adjacent sequences: A080361 A080362 A080363 this_sequence A080365 A080366 A080367
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Labos E. (labos(AT)ana.sote.hu), Feb 21 2003
|
|
|
Search completed in 0.002 seconds
|