I have to find Taylor series at $a=1$ for
$ f(x)=\begin{cases} \frac{e^{x}-e}{x-1},\quad &\text{if } x\ne1\\ e,\quad &\text{if } x=1\\ \end{cases} $
I haven't found Taylor series for such functions before and I also don't know how to find n-th derivative of this function. Can anyone help me with this?
Using the series expansion of $e^{x-1}$ we get $f(x)=e \frac {e^{x-1}-1}{x-1}=e\sum\limits_{k=1}^{\infty} \frac {(x-1)^{k}} {(x-1)k!} =\sum\limits_{k=1}^{\infty}\frac { e{(x-1)^{k-1}}} {k!}=\sum\limits_{k=0}^{\infty}\frac { e{(x-1)^{k}}} {(k+1)!}$