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.

A093072 Decimal expansion of 97/150 + Pi/40.

Original entry on oeis.org

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

Views

Author

Eric W. Weisstein, Mar 17 2004

Keywords

Comments

Probability that a randomly picked triangle in a unit square is obtuse.

Examples

			0.725206483...
		

References

  • Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Section 8.1 Geometric Probability Constants, p. 480.

Programs

  • Mathematica
    RealDigits[97/150+\[Pi]/40,10,120][[1]]  (* Harvey P. Dale, Apr 01 2011 *)
  • PARI
    97/150 + Pi/40 \\ Michel Marcus, Jan 24 2021