I'm looking at examples of numbers that can be written as the sum of integers from $j$ to $k$ and from $k+1$ to $l$. For example $15$ which can be written as $4+5+6$ or $7+8$. Or $27 = 2+3+4+5+6+7 = 8+9+10$. I have been able to find a few numbers which have two ways to satisfy the above equations. For example,
$$\begin{aligned}105 &= 1+2+\dots +14 = 15+16+\dots+20\\ &= 12+13+\dots+18 = 19+20+\dots+23 \end{aligned}$$
However, I have not been able to find any numbers that can be written as the sum in three ways of consecutive sums. That is, I have not been able to find an $X$ such that,
$$\begin{aligned}X &= (a+1)+(a+2)+\dots +b = (b+1)+(b+2) +\dots +c\\ &= (d+1)+(d+2)+\dots +e = (e+1)+(e+2) +\dots +f\\ &= (g+1)+(g+2)+\dots +h = (h+1)+(h+2) +\dots +i\\ \end{aligned}$$
Does any such number $X$ exist? If so can you provide an example? If no such number exists can you provide a proof?
Thanks