What is the maximum value of such that there exists a sequence of natural numbers satisfying the equation above?
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.
Let ( a 1 , a 2 , … a n ) denote the solution sets for a value of n .
If n = 1 , then it is true for all a 1 = a 1 .
If n = 2 , then ( 2 , 2 ) satisfies the equation.
If n = 3 , then ( 1 , 2 , 3 ) satisfies the equation.
If n = 4 , then ( 1 , 1 , 2 , 4 ) satisfies the equation.
If n = 5 , then ( 1 , 1 , 1 , 2 , 5 ) satisfies the equation.
As you increase n , you'll notice that there is a pattern such that:
If n = k for some k , then we can just put ( k − 2 ) 1 's, a 2 and k in the parentheses: ( 1 , 1 , 1 , … 1 , 2 , k ) .
Using this into the equation,
1 + 1 + 1 + … + 1 + 2 + k = 1 × 1 × … × 1 × 2 × k
k − 2 + 2 + k = 1 k − 2 × 2 × k
2 k = 2 k
Thus, there is no maximum value.
Note that there may be additional sets that can satisfy a given value n , but we just need a set to prove that a solution exists for that value.