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.

A379136 Decimal expansion of the dihedral angle, in radians, between any two adjacent faces in a pentakis dodecahedron.

Original entry on oeis.org

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

Views

Author

Paolo Xausa, Dec 17 2024

Keywords

Comments

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

Examples

			2.7352547614903346619898560183934957927169693...
		

Crossrefs

Cf. A379132 (surface area), A379133 (volume), A379134 (inradius), A379135 (midradius).
Cf. A236367 and A344075 (dihedral angles of a truncated icosahedron).
Cf. A002163.

Programs

  • Mathematica
    First[RealDigits[ArcCos[-(80 + 9*Sqrt[5])/109], 10, 100]] (* or *)
    First[RealDigits[First[PolyhedronData["PentakisDodecahedron", "DihedralAngles"]], 10, 100]]
  • PARI
    acos(-(80 + 9*sqrt(5))/109) \\ Charles R Greathouse IV, Feb 05 2025

Formula

Equals arccos(-(80 + 9*sqrt(5))/109) = arccos(-(80 + 9*A002163)/109).