login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A019267
From an asymptotic expansion for Pi.
0
1, 1, 1, -1, -5, 23, 53, -593, -5165, 110123, 231743, -8113223, -33497425, 1744764499, 3563384029, -258115578289, -4191097954685, 402402297433523, 813628574192123, -99925014024526283, -403078530716889835, 61606956815080291849
OFFSET
0,5
REFERENCES
R. L. Graham, D. E. Knuth and O. Patashnik, Concrete Mathematics. Addison-Wesley, Reading, MA, 1990, p. 481.
MAPLE
v := asympt(16^n/(2*n)!^2*n!^4/n, n, 24); seq(numer(op(i, v)), i=1..nops(v));
MATHEMATICA
nmax = 20; Numerator[CoefficientList[Series[Binomial[2 n, n]^2/(2^(4 n)/Pi/n), {n, Infinity, nmax}], 1/n]]*(-1)^Range[0, nmax] (* Vaclav Kotesovec, Sep 27 2019 *)
CROSSREFS
Cf. A002894.
Sequence in context: A082277 A289154 A155851 * A053664 A186030 A092544
KEYWORD
sign
AUTHOR
STATUS
approved