A260448 Denominators in the asymptotic expansion of the Barnes G-function.
1, 12, 1440, 51840, 87091200, 1045094400, 376233984000, 902961561600, 166867296583680000, 18021668031037440000, 140569010642092032000000, 1686828127705104384000000, 8501613763633726095360000000, 102019365163604713144320000000, 208119504933753614814412800000000
Offset: 0
Links
- G. C. Greubel and D. Turner, Table of n, a(n) for n = 0..175
- Eric Weisstein's World of Mathematics, Barnes G-Function.
- Wikipedia, Barnes G-function.
Programs
-
Mathematica
Denominator[Exp[Series[LogBarnesG[x] - 1/12 - x + 3 x^2/4 + Log[Glaisher] + Log[2 Pi]/2 - x Log[2 Pi]/2 - 5 Log[x]/12 + x Log[x] - x^2 Log[x]/2, {x, Infinity, 20}]][[3]]]
Formula
G(x) ~ exp^(-3*x^2/4 + x + zeta'(-1)) * x^(x^2/2 - x + 5/12) * (2*Pi)^((x-1)/2) * (1 + (-1/12)/x + (-1/1440)/x^2 + (157/51840)/x^3 + (65911/87091200)/x^4 + ...).
Comments