A344075 Decimal expansion of arccos(-sqrt((5+2*sqrt(5))/15)).
2, 4, 8, 9, 2, 3, 4, 5, 1, 3, 8, 0, 5, 4, 2, 5, 0, 5, 2, 4, 6, 7, 2, 5, 2, 7, 5, 1, 6, 3, 5, 6, 8, 0, 3, 0, 9, 8, 3, 1, 8, 6, 1, 4, 7, 9, 4, 1, 2, 1, 2, 6, 0, 7, 9, 1, 8, 0, 2, 1, 6, 6, 4, 5, 6, 0, 1, 6, 7, 2, 8, 2, 2, 4, 6, 5, 1, 6, 9, 4, 6, 5, 7, 1, 8, 4, 6, 7, 6, 8, 0, 9
Offset: 1
Examples
2.489234513805425052467...
Links
Programs
-
Mathematica
RealDigits[ArcCos[-Sqrt[(5 + 2 Sqrt[5])/15]], 10, 200][[1]]
-
PARI
acos(-sqrt((5+2*sqrt(5))/15)) \\ Michel Marcus, May 09 2021
Comments