Let $(X_k)$ be a sequence of independent Bernoulli random variables, such that $\Pr[X_k = 1] = p$. Then for $0\le\alpha<1$ the sum $$\sum_{k=0}^\infty \alpha^k X_k$$ is real random variable in the range $[0, 1/(1-\alpha)]$.
Does this variable follow a well-known distribution? I have tried to calculate it's characteristic function and moments, but I can't quite figure out how to approach it.
The moment generating function of a sum of independent random variables is the product of the mgf's of the summands. Thus in your case
$$ M(t) = \prod_{k=0}^\infty \mathbb E[\exp(t X_k)] = \prod_{k=0}^\infty \left(1 + p (e^{t \alpha^k}-1)\right) $$ I don't think this has a closed form in general.