For those who do not know, a Laurent series is like a Taylor series, but with terms that can have exponents of negative degree. I was wondering how I can find the Laurent series of $$f(x)=\left(1+\frac{1}{x}\right)^x$$ about $x=\infty$. Entering into WolframAlpha, we get that $$\left(1+\frac{1}{x}\right)^x = e-\frac{e}{2x}+\frac{11e}{24x^2}+... = e\sum_{n=0}^\infty a_nx^{-n}$$ where the $a_n$ are very likely all rational numbers. I want to find the values of $a_n$.
To hopefully make this simpler, this is equivalent to finding the values of $a_n$ in the MacLaurin series of $$(1+x)^\frac{1}{x} = e-\frac{e}{2}x+\frac{11e}{24}x^2+... = e\sum_{n=0}^\infty a_nx^n$$
I honestly do not know what to do from here, as taking the $n$th derivative just makes it more complicated.
Let $x=-\frac 1t$ and consider the series expansion of $$\frac 1 e (1-t)^{-1/t}$$ built at $t=0$. It will write $$\frac 1 e (1-t)^{-1/t}=\sum_{n=0}^\infty \frac {a_n}{b_n} t^n$$ for which the first terms are
$$\{1,1,11,7,2447,959,238043,67223,559440199,123377159,29128857391\}$$
$$\{1,2,24,16,5760,2304,580608,165888,1393459200,309657600,73574645760\}$$
These correspond respectively to sequences $A055505$ and $A055535$ on $OEIS$.
Looking at the comments in the linked $OEIS$ pages, for the series expansion of $$ (1+t)^{1/t}=\sum_{n=0}^\infty {c_n} t^n$$ we have $$\color{blue}{c_n=\sum _{k=0}^n \frac{ \Gamma (n+1-k,-1)}{ (n+k)! \,(n-k)!}\,S_{k+n}^{(k)}}$$ where appear Stirling numbers of the first kind.
These are your coefficients.