OFFSET
0,4
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..10000
Hans J. H. Tuenter, Overshoot in the Case of Normal Variables: Chernoff's Integral, Latta's Observation and Wijsman's Sum, Sequential Analysis, 26(4) (2007) 481-488.
MAPLE
Digits:=100; cfrac(-Zeta(1/2)/sqrt(2*Pi), 30, 'quotients');
MATHEMATICA
ContinuedFraction[ -Zeta[1/2]/Sqrt[2 \[Pi]], 100] (* J. Mulder (jasper.mulder(AT)planet.nl), Jan 25 2010 *)
PROG
(PARI)
default(realprecision, 1000);
c=-zeta(1/2)/sqrt(2*Pi); /* == 0.582597157... (A134469) */
contfrac(c) /* gives 967 terms */
CROSSREFS
KEYWORD
cofr,nonn,easy
AUTHOR
Hans J. H. Tuenter, Oct 27 2007
EXTENSIONS
More terms from J. Mulder (jasper.mulder(AT)planet.nl), Jan 25 2010
STATUS
approved