I want to expand $\frac{e^z}{z+3}$ around $z=1$.
For it's power series around $z=0$, I computed
$$ \sum_{n=0}^\infty a_n z^n \qquad \mbox{with} \ a_n = \sum_{k=0}^n \frac{(-1)^n 3^{-(n+1)}}{n!(k-n)!} . $$
Using the binomial theorem, I now want to expand this power series around $z=1$. To this end, I use the substitution $u:=z-1$, to simply the notation.
$$ (z-1+1)^n = (u+1)^n \\ = \sum_{k=0}^n \binom nk u^k \ . $$
Now, I'm trying to find the new coefficients $b_n$ such that
$$ \sum_{n=0}^\infty a_n z^n = \sum_{n=0}^\infty \sum_{k=0}^n \binom nk u^k = \sum_{n=0}^\infty b_n u^n . $$