[math-fun] digits to powers
it is well known that there exist numbers that are the sum of their digits to some fixed power: 153 = 1^3 + 5^3 + 3^3 4151 = 4^5 + 1^5 + 5^5 + 1^5 consider instead the problem of expressing a number as the sum of its digits to different powers, similar to david wilson's recent post on energetic numbers. we would like to make the minimum m of those powers is as large as possible. for example, here is an example where the smallest power is m=7: 3212 = 3^7 + 2^9 + 1^9 + 2^9 it seems like there should be no upper bound on possible values for m, but i have not been able to find any larger than m=7. can any of you? erich
expressing a number as the sum of its digits to different powers ... we would like to make the minimum ... of those powers ... as large as possible.
here is an example where the smallest power is m=7: 3212 = 3^7 + 2^9 + 1^9 + 2^9
...find any larger than m=7.
minimum power first number ------- ------------ 8 133232 = 1 + 3^10 + 3^9 + 2^15 + 3^9 + 2^11 9 133232 = 1 + 3^10 + 3^9 + 2^15 + 3^9 + 2^11 10 222203 = 2^15 + 2^13 + 2^11 + 2^11 + 0 + 3^11 11 222203 = 2^15 + 2^13 + 2^11 + 2^11 + 0 + 3^11 12 20232103 = 2^24 + 0 + 2^18 + 3^13 + 2^12 + 1 + 0 + 3^13 -- Don Reble djr@nk.ca
participants (2)
-
Don Reble -
Erich Friedman