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.

A364895 Decimal expansion of the 4-volume of the unit regular pentachoron (5-cell).

Original entry on oeis.org

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

Views

Author

Jianing Song, Aug 12 2023

Keywords

Comments

Decimal expansion of sqrt(5)/96.
In general, the n-volume of the unit regular n-simplex is sqrt(n+1)/(n!*2^(n/2)).

Examples

			Equals 0.02329237476562280933...
		

Crossrefs

Decimal expansion of 4-volumes: this sequence (5-cell), A000007 = 1 (8-cell or tesseract), A020793 = 1/6 (16-cell), A000038 = 2 (24-cell), A364896 (120-cell), A364897 (600-cell).
Decimal expansion of the n-volume of the unit regular n-simplex: A120011 (n=2), A020829 (n=3), this sequence (n=4).

Programs

  • Mathematica
    First[RealDigits[Sqrt[5]/96, 10, 100, -1]] (* Paolo Xausa, Jun 12 2024 *)
  • PARI
    sqrt(5)/96