OFFSET
1,2
LINKS
Paolo Xausa, Table of n, a(n) for n = 1..10000
Eric Weisstein's World of Mathematics, Pentagonal Hexecontahedron.
Wikipedia, Pentagonal hexecontahedron.
FORMULA
Equals (1 + xi)/(2 - xi^2), where xi = A377849.
Equals the largest real root of 31*x^6 - 122*x^5 + 177*x^4 - 128*x^3 + 51*x^2 - 11*x + 1.
EXAMPLE
1.749852566736202791676446693655921179649815818590...
MATHEMATICA
First[RealDigits[(1 + #)/(2 - #^2) & [Root[#^3 + 2*#^2 - GoldenRatio^2 &, 1]], 10, 100]] (* or *)
First[RealDigits[1/Divide @@ PolyhedronData["PentagonalHexecontahedron", "EdgeLengths"], 10, 100]]
CROSSREFS
KEYWORD
AUTHOR
Paolo Xausa, Jan 11 2025
STATUS
approved