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”).

A114859
Numerator/Pi^n of coefficient of z^(2n) in log(InverseErf(z)).
2
1, 1, 193, 143, 27319, 7103567, 797653, 686720159, 2371559272031, 95739689923, 1395350636248391, 63900308633475133, 529306891755787837, 12737935334233822633, 3609754387565898974963447737
OFFSET
1,3
LINKS
EXAMPLE
(Pi*z^2)/12 + (Pi^2*z^4)/90 + (193*Pi^3*z^6)/90720 + log(sqrt(Pi)/2) + log(z) + ...
MATHEMATICA
Numerator[CoefficientList[Series[Log[InverseErf[x/Pi]] , {x, 0, 50}] , x]][[;; ;; 2]] (* G. C. Greubel, Mar 19 2017 *)
CROSSREFS
Cf. A114860.
Sequence in context: A300848 A340352 A012856 * A298728 A332457 A088119
KEYWORD
nonn,frac
AUTHOR
Eric W. Weisstein, Jan 02 2006
STATUS
approved