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
Equals the largest real root of 4096*x^12 - 58368*x^10 + 70656*x^8 - 17728*x^6 + 1392*x^4 - 120*x^2 + 1.
EXAMPLE
3.59762482255118901142825655944442353841196452...
MATHEMATICA
First[RealDigits[Root[4096*#^12 - 58368*#^10 + 70656*#^8 - 17728*#^6 + 1392*#^4 - 120*#^2 + 1 &, 8], 10, 100]] (* or *)
First[RealDigits[PolyhedronData["PentagonalHexecontahedron", "Midradius"], 10, 100]]
CROSSREFS
Cf. A377807 (midradius of a snub dodecahedron with unit edge length).
KEYWORD
AUTHOR
Paolo Xausa, Jan 09 2025
STATUS
approved