OFFSET
1,1
COMMENTS
The pentagonal icositetrahedron is the dual polyhedron of the snub cube.
LINKS
Paolo Xausa, Table of n, a(n) for n = 1..10000
Wikipedia, Pentagonal icositetrahedron.
FORMULA
Equals arccos(c), where c is the real root of 7*x^3 - x^2 - 3*x + 1.
EXAMPLE
2.37904491483881068171953729116462006612803023...
MATHEMATICA
First[RealDigits[ArcCos[Root[7*#^3 - #^2 - 3*# + 1 &, 1]], 10, 100]] (* or *)
First[RealDigits[First[PolyhedronData["PentagonalIcositetrahedron", "DihedralAngles"]], 10, 100]]
CROSSREFS
KEYWORD
AUTHOR
Paolo Xausa, Dec 10 2024
STATUS
approved