|
| |
| |
|
|
|
36, 40, 42, 48, 50, 54, 56, 60, 66, 70, 72, 78, 80, 84, 88, 90, 96, 98, 100, 102, 104, 105, 108, 110, 112, 114, 120, 126, 130, 132, 136, 138, 140, 144, 150, 152, 154, 156, 160, 162, 168, 170, 174, 176, 180, 182, 184, 186, 190, 192, 196, 198, 200, 204, 208, 210
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
EXAMPLE
| n=100: d[n]=9,phi[n]=40,unrelateds[n]=100-9-40+1=52 so
52>40>9 holds; primes are not here since A045763[p]=0 < A000005[p]=2.
|
|
|
MATHEMATICA
| Do[r=EulerPhi[n]; d=DivisorSigma[0, n]; u=n-r-d+1; If[Greater[u, r]&&Greater[r, d], Print[n, {d, r, u}]], {n, 1, 1000}]
|
|
|
CROSSREFS
| Cf. A000005, A000010, A045763, A073757, A083243-A083247, A020488.
Sequence in context: A031317 A181457 A129288 * A077090 A067672 A181484
Adjacent sequences: A083245 A083246 A083247 * A083249 A083250 A083251
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Labos E. (labos(AT)ana.sote.hu), May 07 2003
|
| |
|
|