Let $Q(n)$ denote the largest prime factor of $n$. For which $\lambda > 0$ (perhaps all of them?) is it true that $\sum_{n=2}^{\infty}\frac{1}{n\cdot Q(n)^{\lambda}}$ converges?
My only ideas are bounds like $Q(n) \geq n^{1/\Omega(n)}$ where $\Omega(n)$ is the number of (not necessarily distinct) prime factors of $n$ and then show somehow that $\sum_{k=1}^{\infty}\sum_{\Omega(n) = k}\frac{1}{n^{1+\frac{\lambda}{k}}}$ converges - ideas for this or for something else?
Any help appreciated!
Actually I found a way - if we partition according to the largest prime factor, then the contribution from the terms with $P = p_k$ (here $p_k$ is the $k$-th prime number) is (less than) $a_k = p_k^{-\lambda}\prod_{i=1}^k(1-1/p_i)^{-1}$. Finally, to show that $\sum_{k=1}^{\infty} a_k$ converges, one can use for example D'Alambert's ratio test, as well as (if really needed) asymptotics for $p_k$.
EDIT: D'Alambert doesn't help for the final step :( Any ideas?
EDIT: Ok, it's done now! Use the following weak form of Mertens' Third Estimate: $\prod_{p\leq x}(1-\frac{1}{p}) \leq C\log x$ (even $C(\log x)^d$ suffices) and conclude with the convergence of $\sum_{n=1}^{\infty} (\log n)^d/n^{1+\lambda}$ for $\lambda > 0$.
P.S. just observed after writing this, that QC_QAOA posted his conjecture in another thread and the answer to it there was exactly with Mertens' Third Estimate.