OFFSET
1,1
LINKS
Eric Weisstein's World of Mathematics, Snub Dodecahedron.
Wikipedia, Snub dodecahedron.
FORMULA
Equals Pi - arccos((2/3)*A377849 + 1/3).
Equals Pi - arccos(c), where c is the largest real root of 729*x^6 + 486*x^5 - 729*x^4 - 756*x^3 + 63*x^2 + 270*x + 1.
EXAMPLE
2.8654006883447286076046073417336569141190096726652...
MATHEMATICA
First[RealDigits[Pi - ArcCos[2*Root[#^3 + 2*#^2 - GoldenRatio^2 &, 1]/3 + 1/3], 10, 100]] (* or *)
First[RealDigits[Max[PolyhedronData["SnubDodecahedron", "DihedralAngles"]], 10, 100]]
CROSSREFS
KEYWORD
AUTHOR
Paolo Xausa, Nov 15 2024
STATUS
approved