- #1
magneto1
- 102
- 0
Given a three-digit integer $n$ written in its decimal form $\overline{abc}$. Define a function $d(n) := a + b + c + ab + ac + bc + abc$. Find, with proof, all the (three-digit) integers $n$ such that $d(n) = n$.