When I see the answer to the problem. How to check the convergence of the series whose elements are taken from the set $A$?
One question raised in my mind, Can I prove $\sum_{n=1}^{\infty}\frac{1}{n}$ diverges using the following technique?
By the Prime decomposition theorem, $n=2^{j_1}3^{j_2}...$
$$\sum_{n=1}^{\infty}\frac{1}{n}=\sum_{j_1=1,j_2=0,...}^{\infty}\frac{1}{2^{j_1}3^{j_2}...}=\sum_{j_1=0}^{\infty}\frac{1}{2^{j_1}}\sum_{j_2=0}^{\infty}\frac{1}{3^{j_2}}...=\frac{2}{1}.\frac{3}{2}.\frac{5}{4}...$$
Can I judge using the above technique? Where did I go wrong?. Please help me.