OFFSET
1,3
REFERENCES
Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Section 3.6 Sobolev Isoperimetric Constants, p. 223.
LINKS
FORMULA
Beta = sqrt(1 + 1/theta^2), where theta is the unique solution of the equation cos(t) - t/(t^2 + 1)*sin(t) = -1, with 0 < t < Pi,
EXAMPLE
1.078690216254686508024283349747...
MATHEMATICA
theta = t /. FindRoot[Cos[t] - t/(t^2 + 1)*Sin[t] == -1, {t, 2}, WorkingPrecision -> 99]; beta = Sqrt[1 + 1/theta^2]; RealDigits[beta] // First
CROSSREFS
KEYWORD
AUTHOR
Jean-François Alcover, Jun 24 2014
STATUS
approved