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!)
A363848 Decimal expansion of the arithmetic mean of the isoperimetric quotient of ellipses when expressed in terms of their eccentricity. 2
9, 3, 3, 1, 7, 4, 6, 5, 3, 4, 9, 8, 4, 6, 2, 6, 4, 4, 0, 1, 5, 5, 4, 4, 5, 3, 5, 2, 4, 8, 4, 6, 1, 0, 6, 1, 0, 8, 6, 7, 7, 3, 8, 5, 6, 2, 0, 1, 9, 3, 4, 9, 4, 3, 5, 9, 0, 1, 0, 3, 7, 9, 9, 8, 2, 3, 6, 3, 0, 9, 4, 1, 8, 6, 5, 4, 2, 6, 2, 0, 3, 4, 4, 7, 5, 1, 9, 6 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
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.
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.
LINKS
Eric Weisstein's World of Mathematics, Isoperimetric Quotient
FORMULA
Equals ((Pi^2)/4) * Integral_{x=0..1} sqrt(1 - x^2)/E(x)^2 dx.
EXAMPLE
0.933174653498462644...
MATHEMATICA
First[RealDigits[Pi^2/4 * NIntegrate[Sqrt[1-x^2]/EllipticE[x^2]^2, {x, 0, 1}, WorkingPrecision -> 100]]] (* Stefano Spezia, Jun 24 2023 *)
CROSSREFS
Sequence in context: A212436 A193015 A021842 * A011112 A138064 A063569
KEYWORD
nonn,cons
AUTHOR
Tian Vlasic, Jun 24 2023
EXTENSIONS
More terms from Stefano Spezia, Jun 24 2023
STATUS
approved

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 May 17 19:32 EDT 2024. Contains 372603 sequences. (Running on oeis4.)