I would like to determine the probability that a natural number is a k-th power. It is quite straightforward to see that the probability for a natural number less than N to be a I-that power is $$N^{1/k-1}$$
However I do not understand what to do to extend it for N going to infinity. I essentially though of cutting dyadically or so, and sum the « local » probability above...