You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# the sum of the fifth powers of an n digit number is bouned above by 9^5 * n. For n = 7, notice 7 * 9^5 < 10^6. It's easy to induct and show n * 9^5 < 10^n-1 for all n > 5. Hence, we need only till the 6th digit numbers for this problem