What I've done was assuming this had a solution, therefore
$$ \sqrt[3]{5\sqrt[3]{3\sqrt[3]{5\sqrt[3]{3}}}}\cdots = x $$
By raising both sides of an equation to 3
$$(\sqrt[3]{5\sqrt[3]{3\sqrt[3]{5\sqrt[3]{3}}}}\cdots)^3 = x^3$$ $$5\sqrt[3]{3\sqrt[3]{5\sqrt[3]{3}}}\cdots = x^3$$
By raising both sides of an equation to 3 again, we have that
$$(5\sqrt[3]{3\sqrt[3]{5\sqrt[3]{3}}}\cdots)^3 = x^{3^{3}}$$ $$375\sqrt[3]{5\sqrt[3]{3\sqrt[3]{5\sqrt[3]{3}}}}\cdots = x^{9}$$
But, x was defined as $\sqrt[3]{5\sqrt[3]{3\sqrt[3]{5\sqrt[3]{3}}}}\cdots$, therefore:
$$375x=x^9$$ $$375=x^8$$ $$x=\sqrt[8]{375}$$
After checking the results with a Python program I created, it does seem like the result converges, but I can't find a way to prove it does. I'm a mechanical engineer student so I am not very familiar with proofs and such things.