Stirling's approximation#Stirling's formula for the gamma function

{{short description|Approximation for factorials}}

File:Mplwp factorial gamma stirling.svg

In mathematics, Stirling's approximation (or Stirling's formula) is an asymptotic approximation for factorials. It is a good approximation, leading to accurate results even for small values of n. It is named after James Stirling, though a related but less precise result was first stated by Abraham de Moivre.{{r|dutka|LeCam1986|Pearson1924}}

One way of stating the approximation involves the logarithm of the factorial:

\ln(n!) = n\ln n - n +O(\ln n),

where the big O notation means that, for all sufficiently large values of n, the difference between \ln(n!) and n\ln n-n will be at most proportional to the logarithm of n. In computer science applications such as the worst-case lower bound for comparison sorting, it is convenient to instead use the binary logarithm, giving the equivalent form

\log_2 (n!) = n\log_2 n - n\log_2 e +O(\log_2 n). The error term in either base can be expressed more precisely as \tfrac12\log(2\pi n)+O(\tfrac1n), corresponding to an approximate formula for the factorial itself,

n! \sim \sqrt{2 \pi n}\left(\frac{n}{e}\right)^n.

Here the sign \sim means that the two quantities are asymptotic, that is, their ratio tends to 1 as n tends to infinity.

Derivation

Roughly speaking, the simplest version of Stirling's formula can be quickly obtained by approximating the sum

\ln(n!) = \sum_{j=1}^n \ln j

with an integral:

\sum_{j=1}^n \ln j \approx \int_1^n \ln x \,{\rm d}x = n\ln n - n + 1.

The full formula, together with precise estimates of its error, can be derived as follows. Instead of approximating n!, one considers its natural logarithm, as this is a slowly varying function:

\ln(n!) = \ln 1 + \ln 2 + \cdots + \ln n.

The right-hand side of this equation minus

\tfrac{1}{2}(\ln 1 + \ln n) = \tfrac{1}{2}\ln n

is the approximation by the trapezoid rule of the integral

\ln(n!) - \tfrac{1}{2}\ln n \approx \int_1^n \ln x\,{\rm d}x = n \ln n - n + 1,

and the error in this approximation is given by the Euler–Maclaurin formula:

\begin{align}

\ln(n!) - \tfrac{1}{2}\ln n & = \tfrac{1}{2}\ln 1 + \ln 2 + \ln 3 + \cdots + \ln(n-1) + \tfrac{1}{2}\ln n\\

& = n \ln n - n + 1 + \sum_{k=2}^{m} \frac{(-1)^k B_k}{k(k-1)} \left( \frac{1}{n^{k-1}} - 1 \right) + R_{m,n},

\end{align}

where B_k is a Bernoulli number, and {{math|Rm,n}} is the remainder term in the Euler–Maclaurin formula. Take limits to find that

\lim_{n \to \infty} \left( \ln(n!) - n \ln n + n - \tfrac{1}{2}\ln n \right) = 1 - \sum_{k=2}^{m} \frac{(-1)^k B_k}{k(k-1)} + \lim_{n \to \infty} R_{m,n}.

Denote this limit as y. Because the remainder {{math|Rm,n}} in the Euler–Maclaurin formula satisfies

R_{m,n} = \lim_{n \to \infty} R_{m,n} + O \left( \frac{1}{n^m} \right),

where big-O notation is used, combining the equations above yields the approximation formula in its logarithmic form:

\ln(n!) = n \ln \left( \frac{n}{e} \right) + \tfrac{1}{2}\ln n + y + \sum_{k=2}^{m} \frac{(-1)^k B_k}{k(k-1)n^{k-1}} + O \left( \frac{1}{n^m} \right).

Taking the exponential of both sides and choosing any positive integer m, one obtains a formula involving an unknown quantity e^y. For {{math|m {{=}} 1}}, the formula is

n! = e^y \sqrt{n} \left( \frac{n}{e} \right)^n \left( 1 + O \left( \frac{1}{n} \right) \right).

The quantity e^y can be found by taking the limit on both sides as n tends to infinity and using Wallis' product, which shows that e^y=\sqrt{2\pi}. Therefore, one obtains Stirling's formula:

n! = \sqrt{2 \pi n} \left( \frac{n}{e} \right)^n \left( 1 + O \left( \frac{1}{n} \right) \right).

Alternative derivations

An alternative formula for n! using the gamma function is

n! = \int_0^\infty x^n e^{-x}\,{\rm d}x.

(as can be seen by repeated integration by parts). Rewriting and changing variables {{math|x {{=}} ny}}, one obtains

n! = \int_0^\infty e^{n\ln x-x}\,{\rm d}x = e^{n \ln n} n \int_0^\infty e^{n(\ln y -y)}\,{\rm d}y.

Applying Laplace's method one has

\int_0^\infty e^{n(\ln y -y)}\,{\rm d}y \sim \sqrt{\frac{2\pi}{n}} e^{-n},

which recovers Stirling's formula:

n! \sim e^{n \ln n} n \sqrt{\frac{2\pi}{n}} e^{-n}

= \sqrt{2\pi n}\left(\frac{n}{e}\right)^n.

= Higher orders =

In fact, further corrections can also be obtained using Laplace's method. From previous result, we know that \Gamma(x) \sim x^x e^{-x}, so we "peel off" this dominant term, then perform two changes of variables, to obtain:x^{-x}e^x\Gamma(x) = \int_\R e^{x(1+t-e^t)}dtTo verify this: \int_\R e^{x(1+t-e^t)}dt \overset{t \mapsto \ln t}{=} e^x \int_0^\infty t^{x-1} e^{-xt} dt \overset{t \mapsto t/x}{=} x^{-x} e^x \int_0^\infty e^{-t} t^{x-1} dt = x^{-x} e^x \Gamma(x).

Now the function t \mapsto 1+t - e^t is unimodal, with maximum value zero. Locally around zero, it looks like -t^2/2, which is why we are able to perform Laplace's method. In order to extend Laplace's method to higher orders, we perform another change of variables by 1+t-e^t = -\tau^2/2. This equation cannot be solved in closed form, but it can be solved by serial expansion, which gives us t = \tau - \tau^2/6 + \tau^3/36 + a_4 \tau^4 + O(\tau^5) . Now plug back to the equation to obtainx^{-x}e^x\Gamma(x) = \int_\R e^{-x\tau^2/2}(1-\tau/3 + \tau^2/12 + 4a_4 \tau^3 + O(\tau^4)) d\tau = \sqrt{2\pi}(x^{-1/2} + x^{-3/2}/12) + O(x^{-5/2})notice how we don't need to actually find a_4, since it is cancelled out by the integral. Higher orders can be achieved by computing more terms in t = \tau + \cdots, which can be obtained programmatically.{{NoteTag|note=For example, a program in Mathematica:

series = tau - tau^2/6 + tau^3/36 + tau^4*a + tau^5*b;

(*pick the right a,b to make the series equal 0 at higher orders*)

Series[tau^2/2 + 1 + t - Exp[t] /. t -> series, {tau, 0, 8}]

(*now do the integral*)

integral = Integrate[Exp[-x*tau^2/2] * D[series /. a -> 0 /. b -> 0, tau], {tau, -Infinity, Infinity}];

Simplify[integral/Sqrt[2*Pi]*Sqrt[x]]

|name=mathematica-program|content=content|text=text}}

Thus we get Stirling's formula to two orders: n! = \sqrt{2\pi n}\left(\frac{n}{e}\right)^n \left(1 + \frac{1}{12 n}+O\left(\frac{1}{n^2}\right) \right).

= Complex-analytic version =

A complex-analysis version of this method{{r|flajolet-sedgewick}} is to consider \frac{1}{n!} as a Taylor coefficient of the exponential function e^z = \sum_{n=0}^\infty \frac{z^n}{n!}, computed by Cauchy's integral formula as

\frac{1}{n!} = \frac{1}{2\pi i} \oint\limits_{|z|=r} \frac{e^z}{z^{n+1}} \, \mathrm dz.

This line integral can then be approximated using the saddle-point method with an appropriate choice of contour radius r = r_n. The dominant portion of the integral near the saddle point is then approximated by a real integral and Laplace's method, while the remaining portion of the integral can be bounded above to give an error term.

= Using the Central Limit Theorem and the Poisson distribution =

An alternative version uses the fact that the Poisson distribution converges to a normal distribution by the Central Limit Theorem.{{Cite book |last=MacKay |first=David J. C. |title=Information theory, inference, and learning algorithms |date=2019 |publisher=Cambridge University Press |isbn=978-0-521-64298-9 |edition=22nd printing |location=Cambridge}}

Since the Poisson distribution with parameter \lambda converges to a normal distribution with mean \lambda and variance \lambda, their density functions will be approximately the same:

\frac{\exp(-\mu)\mu^x}{x!}\approx \frac{1}{\sqrt{2\pi\mu}}\exp\left(-\frac{1}{2}\left(\frac{x-\mu}{\sqrt{\mu}}\right)^{2}\right)

Evaluating this expression at the mean, at which the approximation is particularly accurate, simplifies this expression to:

\frac{\exp(-\mu)\mu^\mu}{\mu!}\approx \frac{1}{\sqrt{2\pi\mu}}

Taking logs then results in:

-\mu+\mu\ln\mu-\ln\mu!\approx -\frac{1}{2}\ln 2\pi\mu

which can easily be rearranged to give:

\ln\mu!\approx \mu\ln\mu - \mu + \frac{1}{2}\ln 2\pi\mu

Evaluating at \mu=n gives the usual, more precise form of Stirling's approximation.

Speed of convergence and error estimates

File:Stirling series relative error.svg

Stirling's formula is in fact the first approximation to the following series (now called the Stirling series):{{r|nist}}

n! \sim \sqrt{2\pi n}\left(\frac{n}{e}\right)^n \left(1 +\frac{1}{12n}+\frac{1}{288n^2} - \frac{139}{51840n^3} -\frac{571}{2488320n^4}+ \cdots \right).

An explicit formula for the coefficients in this series was given by G. Nemes.{{r|Nemes2010-2}} Further terms are listed in the On-Line Encyclopedia of Integer Sequences as {{OEIS link|A001163}} and {{OEIS link|A001164}}. The first graph in this section shows the relative error vs. n, for 1 through all 5 terms listed above. (Bender and Orszag{{Cite book |last1=Bender |first1=Carl M. |title=Advanced mathematical methods for scientists and engineers. 1: Asymptotic methods and perturbation theory |last2=Orszag |first2=Steven A. |date=2009 |publisher=Springer |isbn=978-0-387-98931-0 |edition=Nachdr. |location=New York, NY}} p. 218) gives the asymptotic formula for the coefficients:A_{2 j+1} \sim(-1)^j 2(2 j) ! /(2 \pi)^{2(j+1)}which shows that it grows superexponentially, and that by the ratio test the radius of convergence is zero.

File:Stirling error vs number of terms.svg

As {{math|n → ∞}}, the error in the truncated series is asymptotically equal to the first omitted term. This is an example of an asymptotic expansion. It is not a convergent series; for any particular value of n there are only so many terms of the series that improve accuracy, after which accuracy worsens. This is shown in the next graph, which shows the relative error versus the number of terms in the series, for larger numbers of terms. More precisely, let {{math|S(n, t)}} be the Stirling series to t terms evaluated at n. The graphs show

\left | \ln \left (\frac{S(n, t)}{n!} \right) \right |,

which, when small, is essentially the relative error.

Writing Stirling's series in the form

\ln(n!) \sim n\ln n - n + \tfrac12\ln(2\pi n) +\frac{1}{12n} - \frac{1}{360n^3} + \frac{1}{1260n^5} - \frac{1}{1680n^7} + \cdots,

it is known that the error in truncating the series is always of the opposite sign and at most the same magnitude as the first omitted term.{{Citation needed|date=December 2024}}

Other bounds, due to Robbins,{{r|Robbins1955}} valid for all positive integers n are

\sqrt{2\pi n}\left(\frac{n}{e}\right)^n e^{\frac{1}{12n + 1}} < n! < \sqrt{2\pi n}\left(\frac{n}{e}\right)^n e^{\frac{1}{12n}}.

This upper bound corresponds to stopping the above series for \ln(n!) after the \frac{1}{n} term. The lower bound is weaker than that obtained by stopping the series after the \frac{1}{n^3} term. A looser version of this bound is that \frac{n! e^n}{n^{n+\frac12}} \in (\sqrt{2 \pi}, e] for all n \ge 1.

Stirling's formula for the gamma function

For all positive integers,

n! = \Gamma(n + 1),

where {{math|Γ}} denotes the gamma function.

However, the gamma function, unlike the factorial, is more broadly defined for all complex numbers other than non-positive integers; nevertheless, Stirling's formula may still be applied. If {{math|Re(z) > 0}}, then

\ln\Gamma (z) = z\ln z - z + \tfrac12\ln\frac{2\pi}{z} + \int_0^\infty\frac{2\arctan\left(\frac{t}{z}\right)}{e^{2\pi t}-1}\,{\rm d}t.

Repeated integration by parts gives

\begin{align}

\ln\Gamma(z) \sim z\ln z - z + \tfrac12\ln\frac{2\pi}{z}

+ \sum_{n=1}^{N-1} \frac{B_{2n}}{2n(2n-1)z^{2n-1}} \\

= z\ln z - z + \tfrac12\ln\frac{2\pi}{z}

+\frac{1}{12z}

-\frac{1}{360z^3}

+\frac{1}{1260z^5}+\dots

,\end{align}

where B_n is the nth Bernoulli number (note that the limit of the sum as N \to \infty is not convergent, so this formula is just an asymptotic expansion). The formula is valid for z large enough in absolute value, when {{math|{{abs|arg(z)}} < π − ε}}, where {{mvar|ε}} is positive, with an error term of {{math|O(z−2N+ 1)}}. The corresponding approximation may now be written:

\Gamma(z) = \sqrt{\frac{2\pi}{z}}\,{\left(\frac{z}{e}\right)}^z \left(1 + O\left(\frac{1}{z}\right)\right).

where the expansion is identical to that of Stirling's series above for n!, except that n is replaced with {{math|z − 1}}.{{r|spiegel}}

A further application of this asymptotic expansion is for complex argument {{mvar|z}} with constant {{math|Re(z)}}. See for example the Stirling formula applied in {{math|Im(z) {{=}} t}} of the Riemann–Siegel theta function on the straight line {{math|{{sfrac|1|4}} + it}}.

A convergent version of Stirling's formula

Thomas Bayes showed, in a letter to John Canton published by the Royal Society in 1763, that Stirling's formula did not give a convergent series.{{r|bayes-canton}} Obtaining a convergent version of Stirling's formula entails evaluating Binet's formula:

\int_0^\infty \frac{2\arctan\left(\frac{t}{x}\right)}{e^{2\pi t}-1}\,{\rm d}t = \ln\Gamma(x) - x\ln x + x - \tfrac12\ln\frac{2\pi}{x}.

One way to do this is by means of a convergent series of inverted rising factorials. If

z^{\bar n} = z(z + 1) \cdots (z + n - 1),

then

\int_0^\infty \frac{2\arctan\left(\frac{t}{x}\right)}{e^{2\pi t} - 1}\,{\rm d}t = \sum_{n=1}^\infty \frac{c_n}{(x + 1)^{\bar n}},

where

c_n = \frac{1}{n} \int_0^1 x^{\bar n} \left(x - \tfrac{1}{2}\right)\,{\rm d}x = \frac{1}{2n}\sum_{k=1}^n \frac{k|s(n, k)|}{(k + 1)(k + 2)},

where {{math|s(nk)}} denotes the Stirling numbers of the first kind. From this one obtains a version of Stirling's series

\begin{align}

\ln\Gamma(x) &= x\ln x - x + \tfrac12\ln\frac{2\pi}{x} + \frac{1}{12(x+1)} + \frac{1}{12(x+1)(x+2)} + \\

&\quad + \frac{59}{360(x+1)(x+2)(x+3)} + \frac{29}{60(x+1)(x+2)(x+3)(x+4)} + \cdots,

\end{align}

which converges when {{math|Re(x) > 0}}.

Stirling's formula may also be given in convergent form as{{cite book |last1=Artin |first1=Emil |title=The Gamma Function |date=2015 |page = 24|publisher=Dover }}

\Gamma(x)=\sqrt{2\pi}x^{x-\frac{1}{2}}e^{-x+\mu(x)}

where

\mu\left(x\right)=\sum_{n=0}^{\infty}\left(\left(x+n+\frac{1}{2}\right)\ln\left(1+\frac{1}{x+n}\right)-1\right).

Versions suitable for calculators

The approximation

\Gamma(z) \approx \sqrt{\frac{2 \pi}{z}} \left(\frac{z}{e} \sqrt{z \sinh\frac{1}{z} + \frac{1}{810z^6} } \right)^z

and its equivalent form

2\ln\Gamma(z) \approx \ln(2\pi) - \ln z + z \left(2\ln z + \ln\left(z\sinh\frac{1}{z} + \frac{1}{810z^6}\right) - 2\right)

can be obtained by rearranging Stirling's extended formula and observing a coincidence between the resultant power series and the Taylor series expansion of the hyperbolic sine function. This approximation is good to more than 8 decimal digits for {{mvar|z}} with a real part greater than 8. Robert H. Windschitl suggested it in 2002 for computing the gamma function with fair accuracy on calculators with limited program or register memory.{{r|toth}}

Gergő Nemes proposed in 2007 an approximation which gives the same number of exact digits as the Windschitl approximation but is much simpler:{{r|Nemes2010}}

\Gamma(z) \approx \sqrt{\frac{2\pi}{z} } \left(\frac{1}{e} \left(z + \frac{1}{12z - \frac{1}{10z}}\right)\right)^z,

or equivalently,

\ln\Gamma(z) \approx \tfrac{1}{2} \left(\ln(2\pi) - \ln z\right) + z\left(\ln\left(z + \frac{1}{12z - \frac{1}{10z}}\right) - 1\right).

An alternative approximation for the gamma function stated by Srinivasa Ramanujan in Ramanujan's lost notebook{{citation|url=https://archive.org/details/lost-notebook/page/n337/|title=Lost Notebook and Other Unpublished Papers|first=Srinivasa|last=Ramanujan|date=14 August 1920 |author-link=Srinivasa Ramanujan|via=Internet Archive|page=339}} is

\Gamma(1+x) \approx \sqrt{\pi} \left(\frac{x}{e}\right)^x \left( 8x^3 + 4x^2 + x + \frac{1}{30} \right)^{\frac{1}{6}}

for {{math|x ≥ 0}}. The equivalent approximation for {{math|ln n!}} has an asymptotic error of {{math|{{sfrac|1|1400n3}}}} and is given by

\ln n! \approx n\ln n - n + \tfrac{1}{6}\ln(8n^3 + 4n^2 + n + \tfrac{1}{30}) + \tfrac{1}{2}\ln\pi .

The approximation may be made precise by giving paired upper and lower bounds; one such inequality is{{r|E.A.Karatsuba|Mortici2011-1|Mortici2011-2|Mortici2011-3}}

\sqrt{\pi} \left(\frac{x}{e}\right)^x \left( 8x^3 + 4x^2 + x + \frac{1}{100} \right)^{1/6} < \Gamma(1+x) < \sqrt{\pi} \left(\frac{x}{e}\right)^x \left( 8x^3 + 4x^2 + x + \frac{1}{30} \right)^{1/6}.

History

The formula was first discovered by Abraham de Moivre{{r|LeCam1986}} in the form

n! \sim [{\rm constant}] \cdot n^{n+\frac12} e^{-n}.

De Moivre gave an approximate rational-number expression for the natural logarithm of the constant. Stirling's contribution consisted of showing that the constant is precisely \sqrt{2\pi} .{{r|Pearson1924}}

See also

References

{{Reflist|refs=

{{citation |url=http://www.york.ac.uk/depts/maths/histstat/letter.pdf |title=A letter from the late Reverend Mr. Thomas Bayes, F. R. S. to John Canton, M. A. and F. R. S.|date=24 November 1763 |bibcode=1763RSPT...53..269B |access-date=2012-03-01 |url-status=live |archive-url=https://web.archive.org/web/20120128050439/http://www.york.ac.uk/depts/maths/histstat/letter.pdf |archive-date=2012-01-28 |last1=Bayes |first1=Thomas |journal= Philosophical Transactions |volume=53 |page=269 }}

{{citation

| last = Dutka

| first = Jacques

| year = 1991

| title = The early history of the factorial function

| journal = Archive for History of Exact Sciences

| volume = 43

| issue = 3

| pages = 225–249

| doi = 10.1007/BF00389433| s2cid = 122237769

}}

{{citation

| last = Karatsuba | first = Ekatherina A.

| doi = 10.1016/S0377-0427(00)00586-0 | doi-access = free

| issue = 2

| journal = Journal of Computational and Applied Mathematics

| mr = 1850542

| pages = 225–240

| title = On the asymptotic representation of the Euler gamma function by Ramanujan

| volume = 135

| year = 2001| bibcode = 2001JCoAM.135..225K

}}

{{citation

| last = Le Cam | first = L. | author-link = Lucien Le Cam

| doi = 10.1214/ss/1177013818

| issue = 1

| journal = Statistical Science

| jstor = 2245503

| mr = 833276

| pages = 78–96

| title = The central limit theorem around 1935

| volume = 1

| year = 1986| doi-access = free

}}; see p. 81, "The result, obtained using a formula originally proved by de Moivre but now called Stirling's formula, occurs in his 'Doctrine of Chances' of 1733."

{{citation

| last1 = Flajolet | first1 = Philippe

| last2 = Sedgewick | first2 = Robert

| doi = 10.1017/CBO9780511801655

| isbn = 978-0-521-89806-5

| location = Cambridge, UK

| mr = 2483235

| page = 555

| publisher = Cambridge University Press

| title = Analytic Combinatorics | title-link = Analytic Combinatorics

| year = 2009| s2cid = 27509971

}}

{{Citation |last=Mortici |first=Cristinel |year=2011 |title=Ramanujan's estimate for the gamma function via monotonicity arguments |journal=Ramanujan J. |volume=25 |issue=2 |pages=149–154|doi=10.1007/s11139-010-9265-y |s2cid=119530041 }}

{{Citation |last=Mortici |first=Cristinel |year=2011 |title=Improved asymptotic formulas for the gamma function |journal=Comput. Math. Appl. |volume=61 |issue=11 |pages=3364–3369|doi=10.1016/j.camwa.2011.04.036 }}.

{{Citation |last=Mortici |first=Cristinel |year=2011 |title=On Ramanujan's large argument formula for the gamma function |journal=Ramanujan J. |volume=26 |issue=2 |pages=185–192|doi=10.1007/s11139-010-9281-y |s2cid=120371952 }}.

{{citation

| last = Nemes | first = Gergő

| doi = 10.1007/s00013-010-0146-9

| title = New asymptotic expansion for the Gamma function

| journal = Archiv der Mathematik

| volume = 95

| year = 2010

| issue = 2

| pages = 161–169

| s2cid = 121820640

}}

{{Citation|last=Nemes|first=Gergő|year=2010|title=On the coefficients of the asymptotic expansion of n!|journal=Journal of Integer Sequences|volume=13|issue=6|pages=5}}

{{citation |last1=Olver |first1=F. W. J. |last2= Olde Daalhuis |first2=A. B. |last3=Lozier |first3=D. W. |last4=Schneider |first4=B. I. |last5=Boisvert |first5=R. F. |last6=Clark |first6=C. W. |last7=Miller |first7=B. R. |last8=Saunders |first8=B. V. |name-list-style=amp |title=NIST Digital Library of Mathematical Functions |version=Release 1.0.13 of 2016-09-16 |contribution=5.11 Gamma function properties: Asymptotic Expansions|contribution-url=http://dlmf.nist.gov/5.11}}

{{citation |last=Pearson |first=Karl |year=1924 |title=Historical note on the origin of the normal curve of errors |journal=Biometrika |volume=16 |issue=3/4 |pages=402–404 [p. 403] |quote=I consider that the fact that Stirling showed that De Moivre's arithmetical constant was \sqrt{2\pi} does not entitle him to claim the theorem, [...] |doi=10.2307/2331714|jstor=2331714 }}

{{Citation|last=Robbins|first=Herbert|year=1955|title=A Remark on Stirling's Formula|journal=The American Mathematical Monthly|volume=62|issue=1|pages=26–29|doi=10.2307/2308012|jstor=2308012}}

{{citation|last=Spiegel|first=M. R.|title=Mathematical handbook of formulas and tables|publisher=McGraw-Hill|year=1999|pages=148}}

[http://www.rskey.org/gamma.htm Toth, V. T. Programmable Calculators: Calculators and the Gamma Function (2006)] {{webarchive|url=https://web.archive.org/web/20051231063913/http://www.rskey.org/gamma.htm |date=2005-12-31 }}.

}}

Further reading

  • {{citation |last1=Abramowitz |first1=M. |last2=Stegun |first2=I. |name-list-style=amp |title=Handbook of Mathematical Functions |year=2002 |title-link=Abramowitz and Stegun }}
  • {{citation |last1=Paris |first1=R. B. |last2=Kaminski |first2=D. |name-list-style=amp |title=Asymptotics and Mellin–Barnes Integrals |year=2001 |publisher=Cambridge University Press |location=New York |isbn=978-0-521-79001-7 |url-access=registration |url=https://archive.org/details/asymptoticsmelli0000pari }}
  • {{citation |last1=Whittaker |first1=E. T. |last2=Watson |first2=G. N. |name-list-style=amp |title=A Course in Modern Analysis |year=1996 |edition=4th |publisher=Cambridge University Press |location=New York |isbn=978-0-521-58807-2 }}
  • {{citation

| last = Romik | first = Dan

| doi = 10.2307/2589351

| issue = 6

| journal = The American Mathematical Monthly

| mr = 1767064

| pages = 556–557

| title = Stirling's approximation for n!: the ultimate short proof?

| volume = 107

| year = 2000| jstor = 2589351

}}

  • {{citation

| last = Li | first = Yuan-Chuan

| date = July 2006

| issue = 1

| journal = Real Analysis Exchange

| mr = 2329236

| pages = 267–271

| title = A note on an identity of the gamma function and Stirling's formula

| url = https://projecteuclid.org/euclid.rae/1184700051

| volume = 32}}

{{Notelist}}