OFFSET
3,2
COMMENTS
The pentagonal hexecontahedron is the dual polyhedron of the snub dodecahedron.
LINKS
Paolo Xausa, Table of n, a(n) for n = 3..10000
Eric Weisstein's World of Mathematics, Pentagonal Hexecontahedron.
Wikipedia, Pentagonal hexecontahedron.
FORMULA
Equals 5*(1 + t)*(2 + 3*t)/((1 - 2*t^2)*sqrt(1 - 2*t)), where t = ((44 + 12*A001622*(9 + sqrt(81*A001622 - 15)))^(1/3) + (44 + 12*A001622*(9 - sqrt(81*A001622 - 15)))^(1/3) - 4)/12.
Equals the largest real root of 3936256*x^12 - 143719449600*x^10 + 69717538560000*x^8 - 965464153000000*x^6 - 5195593956250000*x^4 - 6093827421875000*x^2 + 171855712890625.
EXAMPLE
189.78985206688527910632308619447379699106033629736...
MATHEMATICA
First[RealDigits[Root[3936256*#^12 - 143719449600*#^10 + 69717538560000*#^8 - 965464153000000*#^6 - 5195593956250000*#^4 - 6093827421875000*#^2 + 171855712890625 &, 8], 10, 100]] (* or *)
First[RealDigits[PolyhedronData["PentagonalHexecontahedron", "Volume"], 10, 100]]
KEYWORD
AUTHOR
Paolo Xausa, Jan 07 2025
STATUS
approved