How to find the sum of all distinct values of the form $n^{-m}$, where $n,m\in\mathbb{N}$, $n,m>1$?
I can find the value of such sum: $\sum\limits_{n,m>1}n^{-m}$. It is equal to 1: $$\sum\limits_{n,m>1}n^{-m}=\sum\limits_{n=2}^{\infty}\sum\limits_{m=2}^{\infty}n^{-m}=\sum\limits_{n=2}^{\infty}\dfrac{n^{-2}}{1-n^{-1}}=\sum\limits_{n=2}^{\infty}\left(\dfrac{1}{n-1}-\dfrac{1}{n}\right)=1$$ But the sum from the question should be less than it.