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!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
REFERENCES
R. L. Graham, D. E. Knuth and O. Patashnik, Concrete Mathematics. Addison-Wesley, Reading, MA, 1990, p. 481.
LINKS
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

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 20 00:58 EDT 2024. Contains 371798 sequences. (Running on oeis4.)