|
Search: id:A120121
|
|
|
| A120121 |
|
Numbers n such that n=phi((d_1*d_2*...*d_k)*(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. It's interesting that for the number 139968 we have the following relations: 139968=phi((1*3*9*9*6*8)*(1+3+9+9+6+8))=phi(1*3*9*9*6*8) *(1+3+9+9+6+8)=(1*3*9*9*6*8)*phi(1+3+9+9+6+8).
|
|
EXAMPLE
|
384 is in the sequence because 384=phi((3*8*4)*(3+8+4)).
|
|
MATHEMATICA
|
Do[If[h = IntegerDigits[n]; l = Length[h]; EulerPhi[ Product[h[[k]], {k, l}]*Sum[h[[k]], {k, l}]] == n, Print[n]], {n, 100000000}]
|
|
CROSSREFS
|
Cf. A120122, A120123.
Sequence in context: A004853 A064010 A120829 this_sequence A047707 A134939 A122603
Adjacent sequences: A120118 A120119 A120120 this_sequence A120122 A120123 A120124
|
|
KEYWORD
|
base,nonn
|
|
AUTHOR
|
Farideh Firoozbakht (mymontain(AT)yahoo.com), Aug 12 2006
|
|
|
Search completed in 0.002 seconds
|