We are given independent identically distributed random variables $X_1, X_2, \ldots \sim \text{Exponential}(1),$ and we define $$Y = {\sum_{i=1}^\infty {2^{-i}} \sum_{j=1}^i {X_j}}.$$
The question asks about finding the distribution of $Y.$
We can simplify the RHS as, $$Y = 2 {\sum_{j=1}^{\infty} {2^{-j} X_j}} . $$
And after that so far, I have tried computing the MGF of $Y$ as, $$\prod_{k=0}^{\infty} \frac{1}{1 - \frac{t}{2^k}}$$ and the inner expression can be rewritten as $$\frac{1}{1 - \frac{t}{2^k}} = \sum_{j=0}^{\infty} \left( \frac{t}{2^k} \right)^j.$$
Not sure how to proceed after this. I think that to define a distribution, we need to compute the support of the random variable. Meaning we need the CDF: $P(Y \leq y) $?