Problem 190
Maximising a weighted product
Let Sm = (x1, x2, … , xm) be the m-tuple of positive real numbers with x1 + x2 + … + xm = m for which Pm = x1 * x22 * … * xmm is maximised.
For example, it can be verified that [P10] = 4112 ([ ] is the integer part function).
Find Σ[Pm] for 2 ≤ m ≤ 15.
加权乘积最大化
记Sm = (x1, x2, … , xm)是m元正实数组,其中x1 + x2 + … + xm = m,且Pm = x1 * x22 * … * xmm取得其最大值。
例如,可以验证,[P10] = 4112([ ]是截尾函数)。
对于2 ≤ m ≤ 15,求Σ[Pm]。