OFFSET
0,1
COMMENTS
This constant is mentioned by Bailey & Borwein as an example of the use of the PSLQ integer relation algorithm to discover new formulas.
LINKS
D. H. Bailey and J. M. Borwein, Experimental computation as an ontological game changer, 2014, p. 14.
Eric Weisstein's MathWorld, Hypergeometric Function.
Eric Weisstein's MathWorld, PSLQ Algorithm.
FORMULA
4*2F1(1, 1/4; 5/4; -1/4) + 2*arctan(1/2) - log(5) = Pi.
EXAMPLE
0.9559338370055703451587225633958154299164241612678457538164315765853999...
MATHEMATICA
Hypergeometric2F1[1, 1/4, 5/4, -1/4] // RealDigits[#, 10, 104]& // First
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
Jean-François Alcover, Jul 07 2014
STATUS
approved