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.

A386852 Decimal expansion of the dihedral angle, in radians, between the pentagonal face and a triangular face in a pentagonal pyramid with equal edges (Johnson solid J_2).

Original entry on oeis.org

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

Views

Author

Paolo Xausa, Aug 05 2025

Keywords

Comments

Also the dihedral angle, in radians, between the 10-gonal face and a triangular face in a pentagonal cupola (Johnson solid J_5)

Examples

			0.65235813978436818599539063164382257436530791996...
		

Crossrefs

Cf. A179552 (J_2 volume), A179553 (J_2 surface area).
Cf. A179590 (J_5 volume), A179591 (J_5 surface area).

Programs

  • Mathematica
    First[RealDigits[ArcSec[Sqrt[15 - 6*Sqrt[5]]], 10, 100]] (* or *)
    First[RealDigits[Min[PolyhedronData["J2", "DihedralAngles"]], 10, 100]]
  • PARI
    acos(sqrt((5+2*sqrt(5))/15)) \\ Charles R Greathouse IV, Aug 19 2025

Formula

Equals arcsec(sqrt(15 - 6*sqrt(5))) = arcsec(sqrt(15 - 6*A002163)).
Equals arccos(sqrt((5 + 2*sqrt(5))/15)) = arccos(sqrt((5 + A010476)/15)).