Define P(N) as the largest product that can be made from positive integers that add up to N.
ie. \displaystyle P(N) = \max_{\sum a_i = N} (a_1, a_2, \ldots, a_n)
Find P(N) explicitly in terms of N.
[originally posted by Jkn on TSR]
Define P(N) as the largest product that can be made from positive integers that add up to N.
ie. \displaystyle P(N) = \max_{\sum a_i = N} (a_1, a_2, \ldots, a_n)
Find P(N) explicitly in terms of N.
[originally posted by Jkn on TSR]