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.

A377751 Decimal expansion of the volume of a truncated icosahedron with unit edge length.

Original entry on oeis.org

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

Views

Author

Paolo Xausa, Nov 07 2024

Keywords

Examples

			55.28773075812273923639861693886121953098664736582...
		

Crossrefs

Cf. A377750 (surface area), A377752 (circumradius), A205769 (midradius + 1), A377787 (Dehn invariant).
Cf. A102208 (analogous for a regular icosahedron).
Cf. A002163.

Programs

  • Mathematica
    First[RealDigits[(125 + 43*Sqrt[5])/4, 10, 100]] (* or *)
    First[RealDigits[PolyhedronData["TruncatedIcosahedron", "Volume"], 10, 100]]
  • PARI
    (125 + 43*sqrt(5))/4 \\ Charles R Greathouse IV, Feb 05 2025

Formula

Equals (125 + 43*sqrt(5))/4 = (125 + 43*A002163)/4.