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.

A387323 Decimal expansion of the smallest dihedral angle, in radians, in a gyroelongated square cupola (Johnson solid J_23).

Original entry on oeis.org

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

Views

Author

Paolo Xausa, Aug 29 2025

Keywords

Comments

This is the dihedral angle between a triangular face and the octagonal face.

Examples

			1.6858923822495302658575939503353780784364569832448...
		

Crossrefs

Cf. other J_23 dihedral angles: A177870, A195702, A387320, A387321, A387322.
Cf. A384214 (J_23 volume), A384215 (J_23 surface area).

Programs

  • Mathematica
    First[RealDigits[ArcCos[-Sqrt[(7 + Sqrt[32] - 2*Sqrt[20 + 14*Sqrt[2]])/3]], 10, 100]] (* or *)
    First[RealDigits[Min[PolyhedronData["J23", "DihedralAngles"]], 10, 100]]

Formula

Equals arccos(-sqrt((7 + 4*sqrt(2) - 2*sqrt(20 + 14*sqrt(2)))/3)) = arccos(-sqrt((7 + A010487 - 2*sqrt(20 + 14*A002193))/3)).