|
Search: id:A075865
|
|
|
| A075865 |
|
phi(n) = sigma(sum of prime factors of n). |
|
+0 1
|
|
| 18, 20, 52, 57, 70, 381, 426, 543, 1252, 3027, 4098, 4612, 6807
(list; graph; listen)
|
|
|
OFFSET
|
2,1
|
|
|
EXAMPLE
|
phi(52) = 24; sigma(sum of prime factors of 52) = sigma(15) = 24. Hence 52 belongs to the sequence.
|
|
MATHEMATICA
|
Select[Range[2, 10^5], DivisorSigma[1, Apply[Plus, Transpose[FactorInteger[ # ]][[1]]]] == EulerPhi[ # ] &]
|
|
CROSSREFS
|
Sequence in context: A064271 A113541 A113542 this_sequence A066240 A115747 A001101
Adjacent sequences: A075862 A075863 A075864 this_sequence A075866 A075867 A075868
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Oct 15 2002
|
|
|
Search completed in 0.002 seconds
|