Let $f(x)=\frac{1}{x+5}$
- Calculate $f^{(n)}(1)$ for $n \in \mathbb{N}$
- Find the sum $\sum_{n\geq 0} (-1)^n \frac{n4^{n-1}}{6^{n+1}}$
For the first item I find that $f^{(n)}(1)=(-1)^n\frac{n!}{6^{n+1}}$. I'm trying to use taylor series for the second item so I have that $f(x)=\sum_{n=0}^\infty (-1)^n \frac{(x-1)^n}{6^{n+1}}$ but I don't know how to use this for find $\sum_{n\geq 0} (-1)^n \frac{n4^{n-1}}{6^{n+1}}$
Hint: Differentiate the Taylor series you wrote down term-by-term. Is there an $x$ for which this produces the desired series?