Is there a way to calculate $\sum\limits^\infty_{n=0}\sum\limits^n_{k=0} \binom n k(-\frac 1 3)^k$?
If I would be able to calculate it I could find the solution at another task. So hopefully it is possible. I feel like I am missing out onto something here. Is ther a way to simplify the second part?
\begin{align}\sum\limits^\infty_{n=0}\sum\limits^n_{k=0} \binom n k\left(-\frac 1 3\right)^k&=\sum\limits^\infty_{n=0}\sum\limits^n_{k=0} \binom n k 1^{n-k}\left(-\frac 1 3\right)^k\\ &=\sum_{n=0}^{\infty}\left(1-\frac13\right)^n \\ &= \sum_{n=0}^{\infty}\left(\frac23\right)^n \\ &= \frac{1}{1-\frac23} \\ &=3\end{align}