OFFSET
1,2
REFERENCES
Oscar S. Adams, Elliptic Functions Applied to Conformal World Maps, Special Publication No. 112 of the U.S. Coast and Geodetic Survey, 1925. See constant K p. 9 and previous pages.
LINKS
StackExchange, Question 2380131 Evaluate in closed form Integral_{0..Pi/2} dtheta/(cos(theta)^3+sin(theta)^3)^(2/3), August 2017.
FORMULA
Equals (1/3)*Beta(1/3,1/3).
Equals (1/3)*Gamma(1/3)^2/Gamma(2/3).
Equals A197374/3. - Michel Marcus, Jun 08 2020
From Peter Bala, Mar 01 2022: (Start)
Equals Sum_{n >= 0} (-1)^n*(1/(3*n+1) - 1/(3*n-2))*binomial(1/3,n).
Equals hypergeom([1/3, 2/3], [4/3], 1) = (3/2)*hypergeom([-1/3, -2/3], [4/3], 1) = 2*hypergeom([1/3, 2/3], [4/3], -1) = hypergeom([-1/3, -2/3, 5/6], [4/3, -1/6], -1). (End)
EXAMPLE
1.766638750285449957313689499648438702571868538202557530126905241835453...
MATHEMATICA
RealDigits[(1/3)*Gamma[1/3]^2/Gamma[2/3], 10, 105]
PROG
(PARI) (1/3)*gamma(1/3)^2/gamma(2/3) \\ Michel Marcus, Aug 07 2017
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Jean-François Alcover, Aug 07 2017
STATUS
approved