4

Let $n$ be a natural number. How can I find a partition of $n$ such that its least common multiple is maximized?

In other words, how can I find $a_1, a_2, \cdots a_m \in \mathbb{N}$ such that $$a_1 + a_2 + \cdots + a_m = n \\\text{and} \\ \text{lcm}(a_1, a_2, \cdots ,a_m) \text{ is largest}$$ ?

If not possible to find it, is the largest lcm value bounded by some functions of n? I tried to find it's upper bound by multiplying all numbers from each partition, and using a little calculus, able to drive the upper bound $e^{n/e}$. But it seems a bit too loose. Is there a better bound for lcm?

0 Answers0