A377606 Decimal expansion of -30*arcsin((5 - 4*sqrt(5))/15).
7, 9, 8, 2, 4, 0, 1, 4, 1, 6, 7, 8, 4, 8, 0, 7, 4, 1, 7, 2, 1, 6, 2, 1, 2, 8, 5, 0, 5, 6, 3, 1, 8, 8, 8, 0, 1, 0, 3, 9, 0, 6, 5, 7, 9, 2, 8, 4, 7, 8, 0, 2, 8, 0, 6, 9, 4, 0, 4, 9, 2, 0, 8, 2, 2, 4, 8, 6, 3, 1, 0, 6, 5, 0, 3, 0, 7, 6, 3, 0, 0, 4, 8, 4, 6, 4, 9, 3, 7, 1
Offset: 1
Examples
7.9824014167848074172162128505631888010390657928...
Links
- Eric Weisstein's World of Mathematics, Dehn Invariant.
- Eric Weisstein's World of Mathematics, Icosidodecahedron.
- Eric Weisstein's World of Mathematics, Small Rhombicosidodecahedron.
- Index entries for transcendental numbers
Programs
-
Mathematica
First[RealDigits[-30*ArcSin[(5 - Sqrt[80])/15], 10, 100]] (* or *) First[RealDigits[PolyhedronData["Icosidodecahedron", "DehnInvariant"], 10, 100]]
-
PARI
30*asin((4*sqrt(5)-5)/15) \\ Charles R Greathouse IV, Nov 21 2024
Comments