The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A363874 Decimal expansion of the harmonic mean of the isoperimetric quotient of ellipses when expressed in terms of their eccentricity. 2

%I #15 Sep 03 2023 10:19:20

%S 8,7,8,9,2,0,6,5,0,8,2,9,6,0,4,1,2,4,6,2,0,2,9,7,3,2,0,0,5,3,0,7,8,4,

%T 1,6,0,2,4,9,3,3,6,4,8,6,4,2,2,9,7,7,8,0,2,0,8,9,5,7,7,3,5,2,7,1,5,0,

%U 7,2,5,3,7,1,5,9,8,8,1,9,1,8,1,8,2,8,4,3,6

%N Decimal expansion of the harmonic mean of the isoperimetric quotient of ellipses when expressed in terms of their eccentricity.

%C The isoperimetric quotient of a curve is defined as Q = (4*Pi*A)/p^2, where A and p are the area and the perimeter of that curve respectively.

%C The isoperimetric quotient of an ellipse depends only on its eccentricity e in accordance to the formula Q = (Pi^2*sqrt(1-e^2))/(4*E(e)^2), where E() is the complete elliptic integral of the second kind.

%H Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/IsoperimetricQuotient.html">Isoperimetric Quotient</a>

%H Wikipedia, <a href="https://en.m.wikipedia.org/wiki/Elliptic_integral">Elliptic integral</a>

%F Equals Pi^2/(4*Integral_{x=0..1} (E(x)^2)/sqrt(1 - x^2) dx).

%e 0.87892065082960412...

%t First[RealDigits[Pi^2/(4 * NIntegrate[EllipticE[x^2]^2/Sqrt[1 - x^2], {x, 0, 1}, WorkingPrecision -> 100])]]

%o (PARI) Pi^2/(4*intnum(x=0,1,(ellE(x)^2)/sqrt(1 - x^2))) \\ _Hugo Pfoertner_, Jun 25 2023

%Y Cf. A091476, A363848, A363876.

%K nonn,cons

%O 0,1

%A _Tian Vlasic_, Jun 25 2023

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 7 22:01 EDT 2024. Contains 373206 sequences. (Running on oeis4.)