OFFSET
2,1
COMMENTS
The pentagonal icositetrahedron is the dual polyhedron of the snub cube.
LINKS
Paolo Xausa, Table of n, a(n) for n = 2..10000
Eric Weisstein's World of Mathematics, Pentagonal Icositetrahedron.
Wikipedia, Pentagonal icositetrahedron.
FORMULA
Equals 4*(1 + s)^3*(2 + 3*s)*sqrt(1 - 2*s)/((1 + s)*(1 - 4*s^2)), where s = (A058265 - 1)/2.
Equals the positive real root of x^6 - 1269*x^4 - 649*x^2 - 121.
EXAMPLE
35.63020201207128322396774163519636903538669152186...
MATHEMATICA
First[RealDigits[Root[#^6 - 1269*#^4 - 649*#^2 - 121 &, 2], 10, 100]] (* or *)
First[RealDigits[PolyhedronData["PentagonalIcositetrahedron", "Volume"], 10, 100]]
KEYWORD
AUTHOR
Paolo Xausa, Dec 09 2024
STATUS
approved