|
Search: id:A112720
|
|
|
| A112720 |
|
Numbers n such that phi(n)=1^d_1+2^d_2+...+k^d_k where d_1 d_2 ... d_k is the decimal expansion of n. |
|
+0 3
|
| |
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
There is no further term up to 7*10^7.
|
|
EXAMPLE
|
phi(11059812)=1^1+2^1+3^0+4^5+5^9+6^8+7^1+8^2 so 11059812 is in
the sequence.
|
|
MATHEMATICA
|
Do[d=IntegerDigits[n]; k=Length[d]; If[EulerPhi[n]==Sum[j^d[[j]], {j, k}], Print[n]], {n, 70000000}]
|
|
CROSSREFS
|
Cf. A035138, A112718, A112719, A112721.
Adjacent sequences: A112717 A112718 A112719 this_sequence A112721 A112722 A112723
Sequence in context: A099690 A107021 A107022 this_sequence A129059 A129058 A129057
|
|
KEYWORD
|
base,fini,more,nonn
|
|
AUTHOR
|
Farideh Firoozbakht (f.firoozbakht(AT)math.ui.ac.ir), Sep 17 2005
|
|
|
Search completed in 0.002 seconds
|