login
Reduced numerators of the coefficients in a series expansion for Gamma[x].
1

%I #8 Dec 17 2012 14:08:06

%S 1,1,59,58,533,1577,280361,277244,36226519,35891675,64766889203,

%T 32128227179,459253205417,2280522525127,2311165698322609,

%U 2297159970296312,1215091897184850539,1208499791830060179

%N Reduced numerators of the coefficients in a series expansion for Gamma[x].

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/LanczosApproximation.html">Lanczos Approximation.</a>

%t Numerator[Table[Integrate[Pochhammer[x, n](2x-1), {x, 0, 1}], {n, 100}]]

%Y Cf. A054380.

%K nonn,frac

%O 1,3

%A _Eric W. Weisstein_