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.

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

Original entry on oeis.org

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

Views

Author

Paolo Xausa, Dec 07 2024

Keywords

Comments

The disdyakis dodecahedron is the dual polyhedron of the truncated cuboctahedron (great rhombicuboctahedron).

Examples

			2.7066946454792287856258644383068280456984454555717...
		

Crossrefs

Cf. A378712 (surface area), A378713 (volume), A378714 (inradius), A378393 (midradius).
Cf. A177870, A195698 and A195702 (dihedral angles of a truncated cuboctahedron (great rhombicuboctahedron)).
Cf. A002193.

Programs

  • Mathematica
    First[RealDigits[ArcCos[-(71 + 12*Sqrt[2])/97], 10, 100]] (* or *)
    First[RealDigits[First[PolyhedronData["DisdyakisDodecahedron", "DihedralAngles"]], 10, 100]]

Formula

Equals arccos(-(71 + 12*sqrt(2))/97) = arccos(-(71 + 12*A002193)/97).