|
| |
|
|
A083244
|
|
n is in the sequence iff number of numbers unrelated to n is larger than that of related ones[=divisors and coprimes] to n: A045763[n]>A073757[n] or A045763[n]>n/2 or A073757[n]<n/2.
|
|
3
| |
|
|
42, 54, 60, 66, 70, 72, 78, 84, 90, 96, 98, 100, 102, 108, 110, 114, 120, 126, 130, 132, 138, 140, 144, 150, 154, 156, 160, 162, 168, 170, 174, 180, 182, 186, 190, 192, 196, 198, 200, 204, 210, 216, 220, 222, 224, 228, 230, 234, 238, 240, 242, 246, 250, 252
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
FORMULA
| n-d[n]-phi[n]+1>n/2
|
|
|
EXAMPLE
| n=42 is here because d=8 divisors, r=12 coprimes
and u=23 unrelated belong to it: u=23>19=8+12-1=d+r-1.
|
|
|
MATHEMATICA
| Do[r=EulerPhi[n]; d=DivisorSigma[0, n]; u=n-d-r+1; If[Greater[u, n/2], Print[n, {d, r, u}]], {n, 1, 100}]
|
|
|
CROSSREFS
| Cf. A000005, A000010, A045763, A073757, A020488, A083243, A083245.
Sequence in context: A175103 A116262 A156394 * A125009 A008886 A029695
Adjacent sequences: A083241 A083242 A083243 * A083245 A083246 A083247
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Labos E. (labos(AT)amna1.sote.hu), May 07 2003
|
| |
|
|