We have the number 153, which has the following special property:
$$153 = 1^3 + 5^3 + 3^3$$
How can we find more numbers like this mathematically (so without making guesses (or even educated guesses) but purely by mathematics)?
We have the number 153, which has the following special property:
$$153 = 1^3 + 5^3 + 3^3$$
How can we find more numbers like this mathematically (so without making guesses (or even educated guesses) but purely by mathematics)?
First note that if a number has $5$ digits then it's at least $10000$ but the sum of the cubes of the digits is at most $5\times9^3=3645$. So $5$-digit (and bigger) numbers can't work.
Now we've reduced it to a finite problem --- we just have to try all the numbers from $1$ to $9999$. Actually, if it's a $4$-digit number it's no bigger than $4\times9^3=2916$, so that cuts it way down. With a bit of thought you can probably rule out lots of these numbers without even trying them.
For two digits, we need $10a+b=a^3+b^3$, i.e. $a(10-a^2)=b(b^2-1)$ and thus necessarily $1\le a\le 3<\sqrt{10}$, giving $9$ or $12$ or $3$ on the LHS, whereas the RHS grows like $0, 6, 24, \ldots$ - no solution.
– Hagen von Eitzen Feb 09 '13 at 12:53