Sum of powers

A positive integer n n satisfies:

  • n = ( a 1 ) 2 + ( a 2 ) 2 n = (a_1)^2 + (a_2)^2
  • n = ( b 1 ) 3 + ( b 2 ) 3 + ( b 3 ) 3 n = (b_1)^3 + (b_2)^3 + (b_3)^3
  • n = ( c 1 ) 4 + ( c 2 ) 4 + ( c 3 ) 4 + ( c 4 ) 4 n = (c_1)^4 + (c_2)^4 + (c_3)^4 + (c_4)^4
  • n = ( d 1 ) 5 + ( d 2 ) 5 + ( d 3 ) 5 + ( d 4 ) 5 + ( d 5 ) 5 n = (d_1)^5 + (d_2)^5 + (d_3)^5 + (d_4)^5 + (d_5)^5

where all the variables n , a 1 , a 2 , b 1 , b 2 , b 3 , c 1 , c 2 , c 3 , c 4 , d 1 , d 2 , d 3 , d 4 , d 5 n, a_1, a_2, b_1, b_2, b_3, c_1, c_2, c_3, c_4, d_1, d_2, d_3, d_4, d_5 are distinct positive integers.

Find the smallest such n n .


The answer is 76913.

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.

2 solutions

Vikram Pandya
May 23, 2016

For n = 5 n=5 we have 1 5 + 2 5 + 4 5 + 7 5 + 9 5 = 3 4 + 6 4 + 1 0 4 + 1 6 4 = 1 7 3 + 2 0 3 + 4 0 3 = 8 8 2 + 26 3 2 = 76913 1^5+2^5+4^5+7^5+9^5 = 3^4+6^4+10^4+16^4 = 17^3+20^3+40^3 = 88^2 + 263^2 = 76913 Note that it is a Prime number

BTW for n = 3 n = 3 we have 1 3 + 2 3 + 4 4 = 3 2 + 8 2 = 73 1^3+2^3+4^4=3^2+8^2=73 - this is minimum and again a prime number

for n = 4 n=4 we have 6 4 + 8 4 + 9 4 + 2 8 4 = 3 3 3 + 3 4 3 + 8 2 3 = 17 5 2 + 77 2 2 = 626609 6^4+8^4+9^4+28^4=33^3+34^3+82^3=175^2+772^2 = 626609 - this is not the minimum but a prime number again

Michael Mendrin
May 23, 2016

Being that this is a "computer science" problem, I solved this through brute force. It's the only solution for n 76913 n\le 76913

Yeah that's right. I have following conjecture about this: There is always a unique way to write down i = 1 n a i n \sum_{i=1}^{n} a_{i}^n for any arbitrary value of n n such that it gives same value for all values of n n

Vikram Pandya - 5 years ago

Log in to reply

I do remember you mentioning that some months ago.

I recall now that Ivan Koswara has written a nice exposition on this problem a while back. Interesting Power Equality The difference here, I think, is the condition of having all distinct positive non-zero integers.

Michael Mendrin - 5 years ago

Log in to reply

Yeah, thx for referencing my note. I will also see how Ivan's analysis can be extended to this case. I even forgot that I had asked this question before because someone edited my original question's title

Vikram Pandya - 5 years ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...