login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A290570
Decimal expansion of Integral_{0..Pi/2} dtheta/(cos(theta)^3 + sin(theta)^3)^(2/3).
4
1, 7, 6, 6, 6, 3, 8, 7, 5, 0, 2, 8, 5, 4, 4, 9, 9, 5, 7, 3, 1, 3, 6, 8, 9, 4, 9, 9, 6, 4, 8, 4, 3, 8, 7, 0, 2, 5, 7, 1, 8, 6, 8, 5, 3, 8, 2, 0, 2, 5, 5, 7, 5, 3, 0, 1, 2, 6, 9, 0, 5, 2, 4, 1, 8, 3, 5, 4, 5, 3, 0, 0, 1, 7, 2, 8, 1, 0, 7, 9, 1, 3, 6, 0, 5, 4, 8, 6, 9, 9, 3, 3, 3, 3, 3, 8, 3, 5, 8, 7, 2, 1, 9, 3, 4
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 2*Sum_{n >= 0} (1/(3*n+1) + 1/(3*n-2))*binomial(1/3,n). Cf. A002580 and A175576.
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
Cf. A073005 (Gamma(1/3)), A073006 (Gamma(2/3)), A197374 (Beta(1/3,1/3)).
Sequence in context: A110948 A199871 A103616 * A073084 A011473 A259171
KEYWORD
nonn,cons
AUTHOR
STATUS
approved