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.

A379711 Decimal expansion of the dihedral angle, in radians, between any two adjacent faces in a disdyakis triacontahedron.

Original entry on oeis.org

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

Views

Author

Paolo Xausa, Dec 31 2024

Keywords

Comments

The disdyakis triacontahedron is the dual polyhedron of the truncated icosidodecahedron (great rhombicosidodecahedron).

Examples

			2.8778366104612242809434504548179917754749428665406...
		

Crossrefs

Cf. A379708 (surface area), A379709 (volume), A379710 (inradius), A379388 (midradius).
Cf. A344075, A377995 and A377996 (dihedral angles of a truncated icosidodecahedron (great rhombicosidodecahedron)).
Cf. A002163.

Programs

  • Mathematica
    First[RealDigits[ArcCos[(-179 - 24*Sqrt[5])/241], 10, 100]] (* or *)
    First[RealDigits[First[PolyhedronData["DisdyakisTriacontahedron", "DihedralAngles"]], 10, 100]]

Formula

Equals arccos((-179 - 24*sqrt(5))/241) = arccos((-179 - 24*A002163)/241).