OFFSET
1,1
COMMENTS
The pentagonal hexecontahedron is the dual polyhedron of the snub dodecahedron.
LINKS
Paolo Xausa, Table of n, a(n) for n = 1..10000
Eric Weisstein's World of Mathematics, Pentagonal Hexecontahedron.
Wikipedia, Pentagonal hexecontahedron.
FORMULA
EXAMPLE
2.6734732271767846682790703348957917197870317502693...
MATHEMATICA
First[RealDigits[ArcCos[#/(# - 2)] & [Root[#^3 + 2*#^2 - GoldenRatio^2 &, 1]], 10, 100]] (* or *)
First[RealDigits[First[PolyhedronData["PentagonalHexecontahedron", "DihedralAngles"]], 10, 100]]
PROG
(PARI) acos(polrootsreal(209*x^6 - 94*x^5 - 137*x^4 + 100*x^3 - 9*x^2 - 6*x + 1)[1]) \\ Charles R Greathouse IV, Feb 10 2025
CROSSREFS
Cf. A377849.
KEYWORD
AUTHOR
Paolo Xausa, Jan 10 2025
STATUS
approved