Find the sum of all positive integers $n,$ where the inequality $$\sqrt{a + \sqrt{b + \sqrt{c}}} \ge \sqrt[n]{abc}$$holds for all nonnegative real numbers $a,$ $b,$ and $c.$
What I have tried:
I have already tried squaring both sides but that got me nowhere.
I also have tried the AM - GM inequality and this is what I have:
$$\frac {a + b + c + (n - 3) \cdot 1} {n} \ge \sqrt [n] {abc}.$$
I'm mainly looking for hints, but answers are welcome.
Firstly $b+\sqrt{c}=b+\sqrt{c}/2+\sqrt{c}/2\ge 3\sqrt[3]{bc/4}$.
Then $a + \sqrt{b + \sqrt{c}}\ge a+\sqrt{3}\sqrt[6]{bc/4}=a+\frac{\sqrt{3}\sqrt[6]{bc/4}}{6}+\cdots+\frac{\sqrt{3}\sqrt[6]{bc/4}}{6}\ge 7\sqrt[7]{Cabc}$.
Here $C$ is a constant which equals $\frac{1}{4}(\sqrt{3}/6)^6$. Then just need to check $7\sqrt[7]{C}\ge 1$ to see why $n=14$ works. And you can show that this is the minimized $a + \sqrt{b + \sqrt{c}}$ when you fix $abc$, which proves other $n$ fails.
Sorry for the messy notion, hope you can grasp the idea.