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.

A021058 Decimal expansion of 1/54.

Original entry on oeis.org

0, 1, 8, 5, 1, 8, 5, 1, 8, 5, 1, 8, 5, 1, 8, 5, 1, 8, 5, 1, 8, 5, 1, 8, 5, 1, 8, 5, 1, 8, 5, 1, 8, 5, 1, 8, 5, 1, 8, 5, 1, 8, 5, 1, 8, 5, 1, 8, 5, 1, 8, 5, 1, 8, 5, 1, 8, 5, 1, 8, 5, 1, 8, 5, 1, 8, 5, 1, 8, 5, 1, 8, 5, 1, 8, 5, 1, 8, 5, 1, 8, 5, 1, 8, 5, 1, 8, 5, 1, 8, 5, 1, 8, 5, 1, 8, 5, 1, 8
Offset: 0

Views

Author

Keywords

Comments

5/27 = 10 * (1/54) is the probability that a point uniformly selected at random in an equilateral triangle is closer to the center than to its closest edge (Atkins, 1989). - Amiram Eldar, Jun 23 2022

Examples

			0.0185185185185185185185185185...
		

Programs

  • Mathematica
    Join[{0}, RealDigits[1/54, 10, 100][[1]]] (* Amiram Eldar, Jun 23 2022 *)