Let $X$ and $Y$ be independent random variables such that $$\mathbb{P}(X=n)=\mathbb{P}(Y=n)=\frac{1}{2^n}\quad \quad (n\in\mathbb{N})\;\text{.}$$ Find the probability that $X$ divides $Y$.
Here's what I tried to do: $$\lbrace X \text{ divides } Y\rbrace=\bigcup_{n=1}^\infty(\lbrace X=n\rbrace\cap\lbrace n \text{ divides } Y\rbrace)=\bigcup_{n=1}^\infty\bigcup_{k=1}^\infty(\lbrace X=n\rbrace\cap \lbrace Y=kn\rbrace)\;\text{.}$$ I wrote the probability as a series and after some calculations I got $$\mathbb{P}(X\text{ divides } Y)=\sum_{k=2}^\infty\frac{1}{2^k-1}\;\text{.}$$ I don't know how to find the sum of this series. Is there maybe some kind of trick that I can use to avoid this series?