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
FORMULA
Equals (1 + s)/sqrt(2*(1 + s)*(1 - 2*s)), where s = (A058265 - 1)/2.
Equals the positive real root of 32*x^6 - 144*x^4 + 12*x^2 - 1.
EXAMPLE
2.101593893296299757309517286375546687971276345216...
MATHEMATICA
First[RealDigits[Root[32*#^6 - 144*#^4 + 12*#^2 - 1 &, 2], 10, 100]] (* or *)
First[RealDigits[PolyhedronData["PentagonalIcositetrahedron", "Midradius"], 10, 100]]
KEYWORD
AUTHOR
Paolo Xausa, Dec 10 2024
STATUS
approved