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!)
A195715 Decimal expansion of arccos(-(1/2)^(1/3)). 2
2, 4, 8, 7, 6, 6, 4, 7, 1, 1, 0, 8, 9, 5, 6, 9, 8, 7, 2, 1, 4, 8, 5, 0, 4, 0, 9, 0, 8, 2, 8, 2, 6, 0, 2, 4, 8, 4, 0, 5, 7, 4, 8, 9, 8, 9, 7, 3, 7, 1, 8, 4, 2, 4, 1, 3, 8, 9, 9, 1, 3, 2, 0, 4, 4, 0, 8, 5, 0, 5, 0, 3, 4, 7, 4, 2, 4, 8, 2, 6, 9, 6, 4, 2, 1, 0, 1, 4, 9, 9, 1, 5, 1, 1, 2, 6, 8, 6, 9, 9 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
arccos(-(1/2)^(1/3)) = 2.4876647110895...
MATHEMATICA
r = (1/2)^(1/3);
N[ArcCos[-r], 100]
RealDigits[%] (* A195715 *)
RealDigits[ArcCos[Surd[(-1/2), 3]], 10, 120][[1]] (* Harvey P. Dale, Feb 22 2018 *)
PROG
(PARI) acos(-(1/2)^(1/3)) \\ G. C. Greubel, Aug 20 2018
(Magma) SetDefaultRealField(RealField(100)); Arccos(-(1/2)^(1/3)); // G. C. Greubel, Aug 20 2018
CROSSREFS
Cf. A195712.
Sequence in context: A021406 A065075 A001370 * A343629 A039794 A113417
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Sep 23 2011
STATUS
approved

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 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)