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.

A386544 Decimal expansion of the volume of a triaugmented truncated dodecahedron with unit edges.

Original entry on oeis.org

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

Views

Author

Paolo Xausa, Jul 28 2025

Keywords

Comments

The triaugmented truncated dodecahedron is Johnson solid J_71.

Examples

			92.01180051437046094749799835011671208159334626...
		

Crossrefs

Cf. A386545 (surface area).

Programs

  • Mathematica
    First[RealDigits[7/12*(75 + 37*Sqrt[5]), 10, 100]] (* or *)
    First[RealDigits[PolyhedronData["J71", "Volume"], 10, 100]]

Formula

Equals (7/12)*(75 + 37*sqrt(5)) = (7/12)*(75 + 37*A002163).
Equals A377695 + 3*A179590.
Equals the largest root of 36*x^2 - 3150*x - 14945.