OFFSET
1,4
COMMENTS
Curiously, this side is not 1, as intuitively expected, but a little greater than 1.
REFERENCES
Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, p. 494.
LINKS
John E. Wetzel, The Smallest Equilateral Cover for Triangles of Perimeter Two, Mathematics Magazine Vol. 70, No. 2 (Apr., 1997), pp. 125-130.
FORMULA
2/f(x0) where x0 is the global minimum of the trigonometric function f(x) = sqrt(3)*(1+sin(x/2))*sec(Pi/6-x) on the interval [0, Pi/6].
EXAMPLE
1.00285142663418066304061399764550303310497863123903231400350121630346767...
MATHEMATICA
f[x_] := Sqrt[3]*(1 + Sin[x/2])*Sec[Pi/6 - x]; x0 = x /. ToRules @ Reduce[0 < x < Pi/6 && f'[x] == 0, x, Reals]; RealDigits[2/f[x0], 10, 105][[1, 1 ;; 100]] (* Jean-François Alcover, Jul 16 2013 *)
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Jean-François Alcover, Jul 16 2013
STATUS
approved