smallest sum product value of a sequence of 2n numbers
Source: Dutch NMO 2016 p2
September 7, 2019
algebraSequenceSumProductminimum
Problem Statement
For an integer we consider sequences of numbers, each equal to or . The sum product value of such a sequence is calculated by first multiplying each pair of numbers from the sequence, and then adding all the results together.
For example, if we take and the sequence , then we find the products . Adding these six results gives the sum product value of this sequence: . The sum product value of this sequence is therefore smaller than the sum product value of the sequence , which equals .
Determine for each integer the smallest sum product value that such a sequence of numbers could have.Attention: you are required to prove that a smaller sum product value is impossible.