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-1 of 1 results.

A348668 Decimal expansion of the probability that a triangle formed by three points uniformly and independently chosen at random in a rectangle with dimensions 1 X 2 is obtuse.

Original entry on oeis.org

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

Views

Author

Amiram Eldar, Oct 29 2021

Keywords

Comments

The problem of calculating this probability was proposed by Hawthorne (1955) and solved by Langford (1969, 1970). It was mentioned as an unsolved problem in Ogilvy (1962).

Examples

			0.79837428512692106038510479418735875228631658302050...
		

References

  • A. M. Mathai, An introduction to geometrical probability: distributional aspects with applications, Amsterdam: Gordon and Breach, 1999, pp. 250-253.
  • Paul J. Nahin, Digital Dice: Computational Solutions to Practical Probability Problems, Princeton University Press, 2008, pp. 8-11.
  • Luis A. Santaló, Integral Geometry and Geometric Probability, Addison-Wesley, 1976, pp. 21-22.
  • C. Stanley Ogilvy, Tomorrow's Math: Unsolved Problems for the Amateur, Oxford University Press, New York, 1962, p. 114.

Crossrefs

Programs

  • Mathematica
    RealDigits[1199/1200 + 13*Pi/128 - 3*Log[2]/4, 10, 100][[1]]
  • PARI
    1199/1200 + 13*Pi/128 - 3*log(2)/4 \\ Michel Marcus, Oct 29 2021

Formula

Equals 1199/1200 + 13*Pi/128 - 3*log(2)/4.
Showing 1-1 of 1 results.