Lets look at a simple proof of Cauchy Schwarz inequality and see if we can extend in the direction you want.
Let $A^2 = \sum_{i=1}^n {a_i ^2}, \quad B^2 = \sum_{i=1}^n {b_i^2}$
Then $\sum_{i=1}^n \dfrac{a_i b_i}{AB} \le \sum_{i=1}^n \dfrac{1}{2}\left( \dfrac{a_i^2}{A^2} + \dfrac{b_i^2}{B^2} \right) = 1$
So $\sum_{i=1}^n {a_i b_i} \le AB$, or if you prefer $ A^2 B^2 \ge \left(\sum_{i=1}^n {a_i b_i} \right)^2$ which is Cauchy Schwarz.
Extending this, we have:
Let $A^3 = \sum_{i=1}^n {a_i ^3}, \quad B^3 = \sum_{i=1}^n {b_i^3}, \quad C^3 = \sum_{i=1}^n {c_i^3}$
Then $\sum_{i=1}^n \dfrac{a_i b_i c_i}{ABC} \le \sum_{i=1}^n \dfrac{1}{3} \left( \dfrac{a_i^3}{A^3} + \dfrac{b_i^3}{B^3} + \dfrac{c_i^3}{C^3} \right) = 1$
So $\sum_{i=1}^n {a_i b_i c_i} \le ABC$, or if you prefer, $A^3B^3C^3 \ge \left(\sum_{i=1}^n {a_i b_i c_i} \right)^3$ is the extended version. Essentially your RHS needs to be cubed, not squared.