A137914 Decimal expansion of arccos(1/3).
1, 2, 3, 0, 9, 5, 9, 4, 1, 7, 3, 4, 0, 7, 7, 4, 6, 8, 2, 1, 3, 4, 9, 2, 9, 1, 7, 8, 2, 4, 7, 9, 8, 7, 3, 7, 5, 7, 1, 0, 3, 4, 0, 0, 0, 9, 3, 5, 5, 0, 9, 4, 8, 3, 9, 0, 5, 5, 5, 4, 8, 3, 3, 3, 6, 6, 3, 9, 9, 2, 3, 1, 4, 4, 7, 8, 2, 5, 6, 0, 8, 7, 8, 5, 3, 2, 5, 1, 6, 2, 0, 1, 7, 0, 8, 6, 0, 9, 2, 1, 1, 3, 8, 9, 4
Offset: 1
Examples
1.2309594173407746821349291782479873757103400093550948390555483336639923144...
Links
- G. C. Greubel, Table of n, a(n) for n = 1..10000
- Steven R. Finch, Errata and Addenda to Mathematical Constants, p. 58.
- Eric Weisstein's World of Mathematics, Tetrahedron.
- Eric Weisstein's World of Mathematics, Dihedral Angle.
- Eric Weisstein's World of Mathematics, Trapezo-Rhombic Dodecahedron.
- Index entries for transcendental numbers
Crossrefs
Programs
-
Magma
SetDefaultRealField(RealField(100)); Arccos(1/3); // G. C. Greubel, Aug 20 2018
-
Mathematica
RealDigits[ArcCos[1/3], 10, 120][[1]] (* Harvey P. Dale, Jul 06 2018 *) RealDigits[ArcSec[3], 10, 120][[1]] (* Eric W. Weisstein, Jan 09 2019 *)
-
PARI
acos(1/3)
Formula
arccos(1/3) = arctan(2*sqrt(2)) = 2*arcsin(sqrt(3)/3) = arcsin(2*sqrt(2)/3).
Equals sqrt(2)*Sum_{k>=0} (-1)^k/(2^k*(2*k+1)). - Davide Rotondo, Jun 07 2025
Equals 2*A195695. - Hugo Pfoertner, Jun 07 2025
Comments