OFFSET
0,2
COMMENTS
Numerators coincide with the numbers depicted in A001163 but differ for the first time at entry nr. 33. See the W. Lang link.
Stirling's formula for Gamma(z) (|arg(z)| < Pi) uses the asymptotic series Sum_{k>=0} (N(k)/a(k))*((1/z)^k)/k!. For N(k) see the W. Lang link.
LINKS
FORMULA
a(n) = denominator(s(n)), where the signed rationals s(n) are the coefficients of ((1/z)^k)/k! in the asymptotic series appearing in Stirling's formula for Gamma(z).
MATHEMATICA
max = 15; se = Series[(E^x*Sqrt[1/x]*Gamma[x+1])/(x^x*Sqrt[2*Pi]), {x, Infinity, max}]; Denominator[ CoefficientList[ se /. x -> 1/x, x]*Range[0, max]!] (* Jean-François Alcover, Nov 03 2011 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Wolfdieter Lang, Aug 13 2004
STATUS
approved