login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A143503 Numerators in the asymptotic expansion of Gamma(x+1/2)/Gamma(x). 2
1, -1, 1, 5, -21, -399, 869, 39325, -334477, -28717403, 59697183, 8400372435, -34429291905, -7199255611995, 14631594576045, 4251206967062925, -68787420596367165, -26475975382085110035, 53392138323683746235, 26275374869163335461975, -105772979046693606062363 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
F. J. Dyson, N. E. Frankel and M. L. Glasser, Lehmer's Interesting Series, arXiv:1009.4274 [math-ph], 2010-2011. [Except for the signs, see the unnumbered table on p. 7.]
F. J. Dyson, N. E. Frankel and M. L. Glasser, Lehmer's interesting series, Amer. Math. Monthly, 120 (2013), 116-130. [Except for the signs, see Table 4.]
D. H. Lehmer, Interesting series involving the central binomial coefficient, Amer. Math. Monthly, 92(7) (1985), 449-457.
Eric Weisstein's World of Mathematics, Gamma Function.
EXAMPLE
1/sqrt(x^(-1)) - sqrt(x^(-1))/8 + (x^(-1))^(3/2)/128 + (5*(x^(-1))^(5/2))/1024 - (21*(x^(-1))^(7/2))/32768 + ...
MAPLE
H := proc(n) local S, i; S := (x/(exp(x)-1))^(3/2)*exp(x/2);
-pochhammer(1/2, n-1)*coeff(series(S, x, n+2), x, n)*2^(4*n-1-add(i, i= convert(n, base, 2))) end:
A143503 := n -> (-1)^irem(n-1, 6)*H(n-1);
seq(A143503(n), n=1..16); # Peter Luschny, Apr 05 2014
MATHEMATICA
Numerator[CoefficientList[Series[Gamma[x + 1/2]/Gamma[x]/Sqrt[x], {x, Infinity, 20}], 1/x]] (* Vaclav Kotesovec, Oct 09 2023 *)
CROSSREFS
Cf. A061549, A088802 (denominators), A222411, A222412.
Sequence in context: A006109 A009732 A009758 * A144779 A193324 A220002
KEYWORD
sign,frac
AUTHOR
Eric W. Weisstein, Aug 20 2008
EXTENSIONS
More terms from Vaclav Kotesovec, Oct 09 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 12:08 EDT 2024. Contains 371912 sequences. (Running on oeis4.)