I became interested in this question a few weeks ago, I couldn't find much on it
basically I've realized it's equivalent to finding for each n a partition of n say
x_1,x_2,...,x_k such that x_1+x_2+...+x_k=n and lcm(x_1,...,x_k) is maximum
(because you can then take the subgroup...