By specialization of this formula, here in PROBLEMA 36, page 453 (in spanish), taking $\frac{1}{x_i}$ as the ith prime number we've (with at least two summands) $$ \left( \sum_{k=1}^{n} p_{k} \right)^{2} \geq\frac{2n}{n-1} \sum_{k=1}^{n-1} p_{k} \sum_{l=k+1}^{n} p_{l}, $$ and since $$ \sum_{k=1}^{n} p_{k}=p_n\pi(p_n)- \sum_{k=1}^{p_n-1} \pi(k) =np_n-\frac{1}{2}\frac{p^2_n}{\log p_n} +O \left( \frac{p_n^2}{\log^2p_n} \right) $$ then $$\sum_{k=1}^{n-1} p_{k} \sum_{l=k+1}^{n} p_{l}=\frac{n-1}{2n} \left( np_n-\frac{1}{2}\frac{p_n^2}{\log p_n} +O \left( \frac{p_n^2}{\log^2p_n} \right) \right)^{2}. $$
Question. Is it right? Can you improve it or do a right simplification? If you can improve the computations for the behaviour of $$\sum_{k=1}^{n-1} p_{k} \sum_{l=k+1}^{n} p_{l}$$ please show us your approach. Thanks in advance.
My attempt is think that I can compute for $n\geq 6$ with the known inequlity $$n(\log(n\log n)-1)<p_n<n\log(n\log n)$$ then using the first inequality $\log(n(\log(n\log n)-1))<\log(p_n)$ thus $$\frac{1}{\log p_n}<\frac{1}{\log(n(\log(n\log n)-1))},$$ also I need to use the second inequality, and binomial theorem to get the main term and the error term.