login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A195704 Decimal expansion of arccos(-sqrt(1/8)). 2

%I #13 Jul 09 2023 02:50:52

%S 1,9,3,2,1,6,3,4,5,0,7,0,1,6,0,4,4,2,4,8,2,0,5,1,0,3,6,7,9,6,0,4,1,8,

%T 1,2,3,1,1,1,1,9,3,9,4,2,8,9,9,7,7,3,0,4,4,3,0,0,8,4,9,3,6,2,4,4,5,7,

%U 6,1,8,9,4,1,0,0,4,1,9,6,3,1,7,9,6,4,3,1,2,1,8,1,4,0,6,0,9,1,8,5

%N Decimal expansion of arccos(-sqrt(1/8)).

%H G. C. Greubel, <a href="/A195704/b195704.txt">Table of n, a(n) for n = 1..5000</a>

%F Equals Pi - arcsin(sqrt(7/2)/2) = Pi - arctan(sqrt(7)). - _Amiram Eldar_, Jul 09 2023

%e arccos(-sqrt(1/8)) = 1.93216345070...

%t r = Sqrt[1/8];

%t N[ArcSin[r], 100]

%t RealDigits[%] (* A195699 *)

%t N[ArcCos[r], 100]

%t RealDigits[%] (* A168229 *)

%t N[ArcTan[r], 100]

%t RealDigits[%] (* A188615 *)

%t N[ArcCos[-r], 100]

%t RealDigits[%] (* A195704 *)

%o (PARI) acos(-sqrt(1/8)) \\ _G. C. Greubel_, Nov 18 2017

%o (Magma) [Arccos(-Sqrt(1/8))]; // _G. C. Greubel_, Nov 18 2017

%Y Cf. A195699.

%K nonn,cons

%O 1,2

%A _Clark Kimberling_, Sep 23 2011

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 08:33 EDT 2024. Contains 371905 sequences. (Running on oeis4.)