|
Search: id:A120123
|
|
|
| A120123 |
|
Numbers n such that n=(d_1*d_2*...*d_k)*phi(d_1+d_2+...+d_k) where d_1 d_2... d_k is the decimal expansion of n. |
|
+0 3
|
| |
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
Conjecture: 139968 is the largest term. Except for the first term, all terms are even. 139968 is also in A120121 & A120122, so it has a very pleasant property (see the Comments lines of A120121).
|
|
LINKS
|
Prime Curios, 139968.
|
|
EXAMPLE
|
34992 is in the sequence because 34992=(3*4*9*9*2)*phi(3+4+9+9+2).
|
|
MATHEMATICA
|
Do[If[h = IntegerDigits[n]; l = Length[h]; n == Product[h[[k]], {k, l}]*EulerPhi[Sum[h[[k]], {k, l}]], Print[n]], {n, 50000000}]
|
|
CROSSREFS
|
Cf. A120121, A120122.
Sequence in context: A134796 A120830 A079195 this_sequence A140014 A106301 A127623
Adjacent sequences: A120120 A120121 A120122 this_sequence A120124 A120125 A120126
|
|
KEYWORD
|
base,nonn
|
|
AUTHOR
|
Farideh Firoozbakht (mymontain(AT)yahoo.com), Aug 12 2006
|
|
|
Search completed in 0.002 seconds
|