From the Leningrad Mathematical Olympiads:
The natural numbers $a$, $b$ and $c$ have the property that $a^3$ is divisible by $b$, $b^3$ is divisible by $c$ and $c^3$ is divisible by $a$. Prove that $(a + b + c)^{13}$ is divisible by $abc$.
I thought about analyzing binomial expansion, but it's not being productive. I didn't find similar question in the search.
Consider the combined set of distinct prime factors of $abc$ being $p_i$ for $1 \le i \le n$ for some $n \ge 1$. In particular, you have
$$a = \prod_{i=1}^{n} p_i^{e_i}, \text{ with } e_i \ge 0 \tag{1}\label{eq1A}$$
$$b = \prod_{i=1}^{n} p_i^{f_i}, \text{ with } f_i \ge 0 \tag{2}\label{eq2A}$$
$$c = \prod_{i=1}^{n} p_i^{g_i}, \text{ with } g_i \ge 0 \tag{3}\label{eq3A}$$
The stated divisibility properties means that, for each $1 \le i \le n$, you have
$$3e_i \ge f_i \tag{4}\label{eq4A}$$
$$3f_i \ge g_i \tag{5}\label{eq5A}$$
$$3g_i \ge e_i \tag{6}\label{eq6A}$$
For some given $i$, assume $e_i$ is the minimum of $e_i, f_i$ and $g_i$, so $a$, $b$ and $c$ are each divisible by $p_i^{e_i}$. Thus, the value of
$$(a+b+c)^{13} \tag{7}\label{eq7A}$$
would have at least $13e_i$ factors of $p_i$. From \eqref{eq4A}, you have that $f_i \le 3e_i$ and $9e_i \ge 3f_i$. The latter, combined with \eqref{eq5A}, gives $9e_i \ge 3f_i \ge g_i \implies g_i \le 9e_i$. You therefore have the # of factors of $p_i$ in $abc$ is $e_i + f_i + g_i \le e_i + 3e_i + 9e_i = 13e_i$, which means it's less than or equal to the # of factors of $p_i$ of \eqref{eq7A}. You can repeat this procedure for the cases where $f_i$ or $g_i$ is the minimum instead for any given $i$, and then do this for each $1 \le i \le n$, to prove $abc$ divides the result of \eqref{eq7A}.