|
Search: id:A112728
|
|
|
| A112728 |
|
Numbers n such that geometric mean of phi(n), n and sigma(n) is an integer. |
|
+0 1
|
| |
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
It is interesting that a(2) divides a(3).
There is no further term up to 6*10^8.
|
|
EXAMPLE
|
(phi(1222452)*1222452*sigma(1222452))^(1/3)=1164240 is an integer, so 1222452 is a term of the sequence.
|
|
MATHEMATICA
|
Do[If[IntegerQ[(n*DivisorSigma[1, n] EulerPhi[n])^(1/3)], Print[n]], {n, 600000000}]
|
|
CROSSREFS
|
Cf. A011257.
Sequence in context: A061739 A051393 A057881 this_sequence A022245 A092682 A048526
Adjacent sequences: A112725 A112726 A112727 this_sequence A112729 A112730 A112731
|
|
KEYWORD
|
more,nonn,bref
|
|
AUTHOR
|
Farideh Firoozbakht (f.firoozbakht(AT)math.ui.ac.ir), Dec 01 2005
|
|
|
Search completed in 0.002 seconds
|