cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-3 of 3 results.

A087197 Decimal expansion of 1/sqrt(Pi).

Original entry on oeis.org

5, 6, 4, 1, 8, 9, 5, 8, 3, 5, 4, 7, 7, 5, 6, 2, 8, 6, 9, 4, 8, 0, 7, 9, 4, 5, 1, 5, 6, 0, 7, 7, 2, 5, 8, 5, 8, 4, 4, 0, 5, 0, 6, 2, 9, 3, 2, 8, 9, 9, 8, 8, 5, 6, 8, 4, 4, 0, 8, 5, 7, 2, 1, 7, 1, 0, 6, 4, 2, 4, 6, 8, 4, 4, 1, 4, 9, 3, 4, 1, 4, 4, 8, 6, 7, 4, 3, 6, 6, 0, 2, 0, 2, 1, 0, 7, 3, 6, 3, 4, 4, 3, 0, 2, 8
Offset: 0

Views

Author

Sven Simon, Aug 24 2003

Keywords

Comments

Radius of a circle with area 1.
Expectation of the maximum of a size 2 sample from a normal (0,1) distribution. - Jean-François Alcover, Jun 05 2014

Examples

			0.56418958354775628694...
		

References

  • Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Section 5.16 Extreme value constants, p. 365.

Crossrefs

Programs

Formula

Equals lim_{n -> infinity} Catalan(n)/(4^n*n^(-3/2)). - Jean-François Alcover, May 23 2013
Equals Sum_{k>=1} k/(2^k * Gamma(k+3/2)). - Amiram Eldar, May 27 2021

A232808 Decimal expansion of the surface area of a 3D sphere with unit volume.

Original entry on oeis.org

4, 8, 3, 5, 9, 7, 5, 8, 6, 2, 0, 4, 9, 4, 0, 8, 9, 2, 2, 1, 5, 0, 9, 0, 0, 5, 3, 9, 9, 1, 7, 8, 5, 4, 8, 1, 6, 8, 3, 3, 8, 4, 2, 2, 1, 6, 9, 7, 1, 5, 8, 4, 6, 6, 7, 0, 7, 6, 8, 7, 6, 2, 2, 6, 1, 3, 6, 8, 5, 2, 8, 9, 5, 1, 7, 1, 4, 3, 5, 8, 2, 2, 7, 3, 8, 4, 6
Offset: 1

Views

Author

Stanislav Sykora, Nov 30 2013

Keywords

Comments

More generally, the ratio (surface)/(volume)^(2/3), characteristic of the shape of a bounded 3D body, which is invariant under linear scaling and known as the surface index. Its common value for all spheres is the smallest possible among all closed 3D bodies (for a cube, for example, it is exactly 6.0).

Examples

			4.83597586204940892215090053991785481683384221697158466707687622613685...
		

Crossrefs

Cf. A000796 (Pi), A019673 (Pi/6); other sphere metrics: A019694, A019699, A087198, A087199.

Programs

  • Mathematica
    RealDigits[(36 Pi)^(1/3), 10, 90][[1]] (* Bruno Berselli, Dec 01 2013 *)

Formula

(36*Pi)^(1/3) = 6*A019673^(1/3).

A087198 Decimal expansion of 1/(2*sqrt(Pi)).

Original entry on oeis.org

2, 8, 2, 0, 9, 4, 7, 9, 1, 7, 7, 3, 8, 7, 8, 1, 4, 3, 4, 7, 4, 0, 3, 9, 7, 2, 5, 7, 8, 0, 3, 8, 6, 2, 9, 2, 9, 2, 2, 0, 2, 5, 3, 1, 4, 6, 6, 4, 4, 9, 9, 4, 2, 8, 4, 2, 2, 0, 4, 2, 8, 6, 0, 8, 5, 5, 3, 2, 1, 2, 3, 4, 2, 2, 0, 7, 4, 6, 7, 0, 7, 2, 4, 3, 3, 7, 1, 8, 3, 0, 1, 0, 1, 0, 5, 3, 6, 8, 1, 7, 2, 1, 5, 1, 4
Offset: 0

Views

Author

Sven Simon, Aug 24 2003

Keywords

Comments

Radius of a sphere with surface area 1.
According to Fouad (2004), to simulate the distance of a sound source under free field conditions, one can multiply "the waveform directly by a gain factor that is the square root of the intensity," which can be computed with the formula D = sqrt(1/(4 * Pi * d^2)) = 1/(3.55 * d), where d is the distance between the sound source and the listener and 3.55 is approximately 10(sqrt(Pi)/5) (A019707) (equation 15 in the chapter), though "in practice we usually drop the constant multiplier" (4 * Pi). If the distance is one unit, then D works out to this number. - Alonso del Arte, Jun 10 2012

Examples

			0.28209479177387814347...
		

References

  • Hesham Fouad, "Spatialization with Stereo Loudspeakers: Understanding Balance, Panning and Distance Attenuation" in Audio Anecdotes II: Tools, Tips, and Techniques for Digital Audio, K. Greenebaum & R. Barzel, eds. Wellesley, Massachusetts: A K Peters (2004): 150 - 153

Crossrefs

Programs

Formula

1/(2 * sqrt(Pi)) = sqrt(1/(4 * Pi)).
Showing 1-3 of 3 results.