A certain property P is shared by the numbers 0 , 1 , 5 1 2 , 4 9 1 3 , 5 8 3 2 , and 1 7 5 7 6 .
This property only holds for one other whole number n .
What is n ?
Hint: It has probably got something to do with the sum of the digits.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
@ArielGershon No need to provide the max limit of n as 1 0 1 0 . These are the only numbers possible
How do you know that this is all the possible numbers? That makes this question really interesting.
http://hostilefork.com/2009/12/24/six-dudeney-numbers-proof/
I found this computer program on a blog that proves there are only 6 numbers. I cannot see any mathematical way of proving it.
@Satyen Nabar – If the cube root of n has x digits, the n has at most (3x) digits, sum of digits of n is at most 27x.
( 2 7 x ) 3 ≥ n ≥ 1 0 3 x − 3
This already gives a bound of at most 3 digits.
@Joel Tan – Right, and that is why the original version of "numbers up to 1 0 1 0 is almost immediately equivalent to the unbounded version.
This is one way that CS can be used to prove math theorems. First we find a (ridiculously) large bound, and then we check all cases with a computer.
@Satyen Nabar – Thanks for the link! Thats something nice to spend time upon!
OEIS link says! Though it would be interesting to prove this!
Yeah you're right, I'll take that part out. Good job solving it, by the way :)
Dudeny Numbers !
512=8^3 and 5+1+2=8 , and similar 4913=17^3 and 4+9+1+3=17 so next no is 19683=27^3 AND 1+9+6+8+3=27
Problem Loading...
Note Loading...
Set Loading...
It is clear from initial 3 numbers that first step is to check cube roots which come out to be 0 , 1 , 8 , 1 7 , 1 8 , 2 6
Now next step is to notice that sum of digits of respective cubes are the numbers itself
Now the remaining number is 27 2 7 3 = 1 9 6 8 3 , 1 + 9 + 6 + 8 + 3 = 2 7
So our answer is 1 9 6 8 3
OEIS