OFFSET
1,1
REFERENCES
Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Section 8.5 Traveling Salesman constants, p. 499.
LINKS
Steven R. Finch, Errata and Addenda to Mathematical Constants, p. 60.
FORMULA
beta = integral_{x>0} y(x) dx, where y(x) = -2 - W_(-1) (e^(-2-x) *(2-2*e^x+x)), W_k(z) being the k-th order Lambert W function (also known as ProductLog). y(x) is implicitly defined by the equation (1+x/2)*exp(-x)+(1+y(x)/2)*exp(-y(x)) = 1.
EXAMPLE
2.041548186412132418045490158381455866340250252564691915512131281...
MATHEMATICA
y[x_] := -2 - ProductLog[-1, E^(-2-x)*(2 - 2*E^x + x)]; beta = (1/2)*NIntegrate[y[x], {x, 0, Infinity}, WorkingPrecision -> 102]; beta // RealDigits // First
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Jean-François Alcover, Aug 14 2014
STATUS
approved