For instance, we can certainly represent π in this fashion.
$$ \frac{\pi}{4} \;=\; \sum_{n=0}^\infty \, \frac{(-1)^n}{2n+1} .\! $$
$\ln(2)$ is also irrational. And even that can be represented as an infinite sum of a sequence of rational numbers:
$$ \ln (1+x) \;=\; \sum_{n=1}^\infty \frac{(-1)^{n+1}}{n} x^n. $$ with $x=1$.
And also, $\sqrt2$:
$$ \sqrt2 \;=\; \sum_{k=0}^\infty\frac{(2k-1)!!}{4^kk!}\tag{2} $$
I'm curious if this applies to all irrational numbers? Is so, how do you go about proving it?
Every real number can be represented as an infinite sum of rationals.
Proof: Let $a\in\mathbb{R}$ and $a_1,a_2,\dots$ be a sequence of rationals converging to $a$.
Then
$$a=a_1+\sum\limits_{n=1}^\infty(a_{n+1}-a_n)$$