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.

A102519 Decimal expansion of 1-(3*sqrt(3))/(4*Pi).

Original entry on oeis.org

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

Views

Author

Mark Hudson (mrmarkhudson(AT)hotmail.com), Jan 13 2005

Keywords

Comments

This is the probability that a Gaussian triangle in 3 dimensions is obtuse.
Also the probability that the distance between 2 randomly selected points within a circle will be smaller than the radius. - Amiram Eldar, Mar 03 2019

Examples

			0.58650332843365596286650512626527291895196013972501951040047548478172727...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[1 - (3*Sqrt[3])/(4*Pi), 10, 50][[1]] (* G. C. Greubel, Jun 02 2017 *)
  • PARI
    1 - (3*sqrt(3))/(4*Pi) \\ G. C. Greubel, Jun 02 2017