I've come up with an example that I think can represent every non-zero rational number:
$$\sum_{n=0}^\infty \frac{k}{mx^n}$$
where $k\in \mathbb{Z}_{\neq0}$, $m \in \mathbb{N}_{\neq0}$ and $x \in \Bbb Z \setminus \{ -1, 0, 1 \}$.
And I know there are series that converge to irrational numbers like $\sqrt{2}$ and transcendental numbers like $\pi$ or $e$, that use a finite number of variables that are non-zero integers. But is there such a series for every real number?
Edit
To be more clear, I am talking about infinite series that converge to a real number, that can be expressed in finite terms. For example $\pi$ can be expressed as $$\sum_{n=0}^\infty \frac{4(-1)^{n}}{(2n+1)}$$ This would fit the bill as opposed to $$\frac{3}{10^0} + \frac{1}{10^1} + \frac{4}{10^2} + \frac{1}{10^3} + \dots$$ which would require infinitely many terms to describe.