Now also posted to MathOverflow.
Consider a set of the form $\{a,b,a+b\}$ where $a$ and $b$ are positive integers with $b > a$. I will refer to such a set as a triplet. Consider now the problem of constructing $L$ disjoint triplets with as small a maximum element across them as we can manage. I will refer to a collection of $L$ disjoint triplets having the smallest maximum element across them as optimal. At best, the triplets will partition $\{1,2,\dots,3L\}$ giving a lower bound of $3L$ on the maximum element.
Here are some examples:
For $L = 1$, we have $\{1,2,3\}$ achieving the lower bound of $3 = 3L$.
For $L=2$, we have $\{1,3,4\}$, $\{2,5,7\}$ achieving $7 = 3L+1$.
It appears that this is optimal for $L=2$.
For $L=3$, we have $\{1,4,5\}$, $\{2,6,8\}$, $\{3,7,10\}$ achieving $10 = 3L+1$.
For $L=4$, we have $\{1,8,9\}$, $\{2,10,12\}$, $\{3,4,7\}$, $\{5,6,11\}$ achieving the lower bound of $12 = 3L$.
By random computer search, I was able to verify the existence of constructions with maximum element $3L+1$ for $L = 5,6,7$.
I am broadly interested in anything that would help with understanding this problem.
Can I always achieve $3L$ or $3L + 1$? If not, is there a good upper bound on the maximum element across $L$ disjoint triplets?
Ideally, I would hope that there is an explicit optimal construction hiding in the examples I've listed but I can't quite see the pattern.