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.

A387295 Decimal expansion of the second largest dihedral angle, in radians, in a gyroelongated triangular cupola (Johnson solid J_22).

Original entry on oeis.org

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

Views

Author

Paolo Xausa, Aug 25 2025

Keywords

Comments

This is the dihedral angle between a triangular face in the antiprism part of the solid and a square face in the cupola part of the solid.
Also the analogous dihedral angle in a gyroelongated triangular bicupola (Johnson solid J_44).

Examples

			2.6814372804191827475908005056128080315848833860639...
		

Crossrefs

Cf. other J_22 dihedral angles: A195698, A387294, A387296, A387297.
Cf. A344076 (J_22 volume), A344077 (J_22 surface area).
Cf. A385256 (J_44 volume), A385257 (J_44 surface area).

Programs

  • Mathematica
    First[RealDigits[ArcTan[Sqrt[2]] + ArcCos[1 - Sqrt[12]/3], 10, 100]] (* or *)
    First[RealDigits[RankedMax[Union[PolyhedronData["J22", "DihedralAngles"]], 2], 10, 100]]

Formula

Equals arccos(sqrt(3)/3) + arccos(1 - 2*sqrt(3)/3) = A195696 + arccos(-A246724).