|
Search: id:A104905
|
|
|
| A104905 |
|
Numbers n such that d(n)*phi(n)=sigma(n), where d(n) is number of positive divisors of n. |
|
+0 4
|
| |
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
No further term up to 530000000.
|
|
EXAMPLE
|
42 is in the sequence because d(42)=8; phi(42)=12; sigma(42)=96 & 8*12=96.
|
|
MATHEMATICA
|
Do[If[DivisorSigma[0, n]*EulerPhi[n] == DivisorSigma[1, n], Print[n]], {n, 530000000}]
|
|
CROSSREFS
|
Cf. A063903, A104904, A104906.
Sequence in context: A005701 A050297 A117662 this_sequence A055650 A000550 A124650
Adjacent sequences: A104902 A104903 A104904 this_sequence A104906 A104907 A104908
|
|
KEYWORD
|
more,nonn
|
|
AUTHOR
|
Farideh Firoozbakht (f.firoozbakht(AT)math.ui.ac.ir), Apr 13 2005
|
|
|
Search completed in 0.002 seconds
|