What is the typical trick for finding the taylor series of a common function that is in the denominator when adding a constant.
eg:
$$f(x)=\frac{1}{e^x-c}$$
I know you can write $f(x)=\frac{e^x}{e^{2x}-ce^x}$ and then invoke
$$Taylor(\frac{f(x)}{g(x)})=\frac{Taylor{f(x)}}{Taylor(g(x))}$$
but I feel that there might be an easier way to evaluate $f(x)$
Any hint would be appreciated
Edit:
the origin of this question is to do integrals like
$$\int_a^b (\frac{8\pi hc}{\lambda^5}\frac{1}{e^{\frac{hc}{\lambda kt}}-1})\,d\lambda$$
and limits for the same function
$$\lim_{\lambda \to +\lambda_0}{\frac{8\pi hc}{\lambda^5}\frac{1}{e^{\frac{hc}{\lambda kt}}-1}}$$