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