|
Search: id:A070160
|
|
|
| A070160 |
|
Nonprime numbers n such that q=phi[n]/(sigma[n]-n-1) is an integer. |
|
+0 2
|
|
| 4, 9, 15, 25, 35, 49, 95, 119, 121, 143, 169, 209, 287, 289, 319, 323, 361, 377, 527, 529, 559, 779, 841, 899, 903, 923, 961, 989, 1007, 1189, 1199, 1343, 1349, 1369, 1681, 1763, 1849, 1919, 2159, 2209, 2507, 2759, 2809, 2911, 3239, 3481, 3599, 3721
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
EulerPhi value divided by Chowla function gives integer.
|
|
FORMULA
|
q=A000010(n)/A048050(n) is integer.
|
|
EXAMPLE
|
n=15:q=8/8=1; n=101:q=100/1=100. While integer quotient, q1=Chowla[n]/Phi[n] gives only 5 nonprime solutions below 20000000 (see A070037), here, the integer reciprocals, q=Phi[n]/Chowla[n] obtained with prime squares and with other composites. If n=p^2, q=p(p-1)/p = p-1. So for prime squares, the quotients give A006093. This sequence is union of primes and A070161.
|
|
MATHEMATICA
|
Do[s=EulerPhi[n]/(DivisorSigma[1, n]-n-1); If[IntegerQ[s], Print[n]], {n, 2, 100000}]
|
|
CROSSREFS
|
Cf. A000010, A001065, A000203, A020492, A068418, A062972, A055940, A070159, A070037, A070161.
Sequence in context: A050530 A102084 A030664 this_sequence A056928 A122964 A070447
Adjacent sequences: A070157 A070158 A070159 this_sequence A070161 A070162 A070163
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Labos E. (labos(AT)ana.sote.hu), Apr 26 2002
|
|
|
Search completed in 0.002 seconds
|