A195700 Decimal expansion of arcsin(sqrt(3/8)) and of arccos(sqrt(5/8)).
6, 5, 9, 0, 5, 8, 0, 3, 5, 8, 2, 6, 4, 0, 8, 9, 8, 2, 8, 7, 2, 8, 3, 2, 1, 2, 7, 3, 2, 3, 0, 2, 0, 2, 3, 4, 9, 2, 3, 1, 9, 5, 4, 8, 3, 2, 9, 5, 3, 5, 7, 3, 5, 8, 4, 2, 6, 7, 7, 4, 2, 5, 8, 7, 0, 6, 6, 6, 6, 5, 7, 1, 3, 3, 1, 0, 4, 1, 6, 3, 8, 4, 5, 1, 1, 3, 4, 3, 3, 5, 2, 2, 1, 5, 2, 1, 9, 6, 6, 1
Offset: 0
Examples
0.6590580358264089828728321...
Links
- G. C. Greubel, Table of n, a(n) for n = 0..5000
- M. Firsching, Computing maximal copies of polytopes contained in a polytope, arXiv:1407.0683 [math.MG], 2014.
- Index entries for transcendental numbers
Programs
-
Magma
[Arcsin(Sqrt(3/8))]; // G. C. Greubel, Nov 18 2017
-
Mathematica
r = Sqrt[3/8]; N[ArcSin[r], 100] RealDigits[%] (* this sequence *) N[ArcCos[r], 100] RealDigits[%] (* A195703 *) N[ArcTan[r], 100] RealDigits[%] (* A195705 *) N[ArcCos[-r], 100] RealDigits[%] (* A195706 *)
-
PARI
asin(sqrt(3/8)) \\ G. C. Greubel, Nov 18 2017
Formula
Equals arctan(sqrt(3/5)). - Amiram Eldar, Jul 04 2023
Comments