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
Following chenyuandong's answer, you need to find various $x,y$ with the same value of $xy(x^2-y^2)$. A search with Maple (I know, boring) gives $$x=77,\ y=38\ ;\quad x=78,\ y=55\ ;\quad x=138,\ y=5$$ which leads to $$\eqalign{ 684+\cdots+3686=3687+\cdots+5168&=6561555\cr 2761+\cdots+4554=4555+\cdots+5819&=6561555\cr 8820+\cdots+9534=9535+\cdots+10199&=6561555\ .\cr}$$ There is also a solution with sum $531485955$ and $y<x\le500$ but I don't have the details. Will post later if I have time ;-)