|
Search: id:A153428
|
|
|
| A153428 |
|
Numbers n such that phi(n)=p^3, where p is product of digits of n. |
|
+0 2
|
| |
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
There is no further term up to 3*10^8.
|
|
EXAMPLE
|
phi(113216152)=(1*1*3*2*1*6*1*5*2)^3, so 113216152 is in the sequence.
|
|
MATHEMATICA
|
Do[If[Apply[Times, IntegerDigits[n]]^3==EulerPhi[n], Print[n]], {n, 300000000}]
|
|
CROSSREFS
|
Cf. A153426, A153427.
Sequence in context: A144649 A166371 A076165 this_sequence A032736 A032738 A133858
Adjacent sequences: A153425 A153426 A153427 this_sequence A153429 A153430 A153431
|
|
KEYWORD
|
base,more,nonn
|
|
AUTHOR
|
Farideh Firoozbakht (mymontain(AT)yahoo.com), Jan 02 2009
|
|
|
Search completed in 0.002 seconds
|