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.

A349605 Decimal expansion of the probability that the intersection of a cube with random plane that passes through its center is a hexagon.

Original entry on oeis.org

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

Views

Author

Amiram Eldar, Nov 23 2021

Keywords

Comments

The normal to the random plane is in the direction from the center of the cube to a point uniformly chosen at random on the surface of a sphere whose center coincides with the center of the cube.

Examples

			0.35095931218364362102513335533458546789977189663640...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[1 - 6 * ArcSin[1/3] / Pi, 10, 100][[1]]
  • PARI
    1 - 6*asin(1/3)/Pi \\ Michel Marcus, Nov 23 2021

Formula

Equals 1 - 6*arcsin(1/3)/Pi.
Equals 6*arccos(1/3)/Pi - 2.