PDA

View Full Version : "sum of digits" equation


dapet
May6-04, 01:09 PM
Let f(n) denote the sum of (all) digits of natural number n. Prove that for each natural n we can choose convenient value of natural parameter p such that the equation f(npx)=f(x) has solution in natural numbers x that doesn't contain any "9" in its notation.

Does anybody have any idea? I don't... but I hope that you do... Actually I can solve a lot of special cases on a lot of pages... but I can't solve it generally. Is there any trick or only hard work? Thank you.

NateTG
May6-04, 04:30 PM
Can you handle the case where n=1111....1 ?

matt grime
May6-04, 06:55 PM
one presumes you mean in base ten as well.

dapet
May8-04, 01:27 AM
Yes, you're right... in base ten.

elligain
Jun11-04, 03:48 AM
If 30 dosen't divide n, the result is true (see Acta Arithmetica 81; Mauduit and Scharkozy's article on sum of digits, theorem 2).
You can impose lot's of conditions on x (the only thing you really need is that you have an infintly choice on it) as x is in the set {1,11,111,1111,...}

If 30 divide n, the result is true too, but i don't have reference (it's only a special technical case).

elligain
Jun11-04, 03:51 AM
Sorry i have done a small confusion : the 2 cases are
* If 30 is prime with n, then, ...
* If 30 and n have a commun divisor, then ...