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.

A378973 Decimal expansion of the surface area of a triakis icosahedron with unit shorter edge length.

Original entry on oeis.org

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

Views

Author

Paolo Xausa, Dec 13 2024

Keywords

Comments

The triakis icosahedron is the dual polyhedron of the truncated dodecahedron.

Examples

			26.228595976743751681458195104356801731865266699519...
		

Crossrefs

Cf. A378974 (volume), A378975 (inradius), A378976 (midradius), A378977 (dihedral angle).
Cf. A377694 (surface area of a truncated dodecahedron with unit edge length).
Cf. A002163.

Programs

  • Mathematica
    First[RealDigits[3*Sqrt[(173 - 9*Sqrt[5])/2], 10, 100]] (* or *)
    First[RealDigits[PolyhedronData["TriakisIcosahedron", "SurfaceArea"], 10, 100]]

Formula

Equals 3*sqrt((173 - 9*sqrt(5))/2) = 3*sqrt((173 - 9*A002163)/2).