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.

A377996 Decimal expansion of the dihedral angle, in radians, between triangular and square faces in a (small) rhombicosidodecahedron.

Original entry on oeis.org

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

Views

Author

Paolo Xausa, Nov 15 2024

Keywords

Comments

Also the dihedral angle, in radians, between square and hexagonal faces in a truncated icosidodecahedron (great rhombicosidodecahedron).

Examples

			2.7767288254763100567352450533728425364989164423512...
		

Crossrefs

Programs

  • Mathematica
    First[RealDigits[ArcCos[-(Sqrt[3] + Sqrt[15])/6], 10, 100]] (* or *)
    First[RealDigits[Max[PolyhedronData["Rhombicosidodecahedron", "DihedralAngles"]], 10, 100]]

Formula

Equals arccos(-(sqrt(3) + sqrt(15))/6) = arccos(-(A002194 + A010472)/6).