A positive integer n satisfies:
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 are distinct positive integers.
Find the smallest such n .
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.
Being that this is a "computer science" problem, I solved this through brute force. It's the only solution for n ≤ 7 6 9 1 3
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 for any arbitrary value of n such that it gives same value for all values of n
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.
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
Problem Loading...
Note Loading...
Set Loading...
For 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 + 2 6 3 2 = 7 6 9 1 3 Note that it is a Prime number
BTW for n = 3 we have 1 3 + 2 3 + 4 4 = 3 2 + 8 2 = 7 3 - this is minimum and again a prime number
for n = 4 we have 6 4 + 8 4 + 9 4 + 2 8 4 = 3 3 3 + 3 4 3 + 8 2 3 = 1 7 5 2 + 7 7 2 2 = 6 2 6 6 0 9 - this is not the minimum but a prime number again