cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A195711 Decimal expansion of arccos(-sqrt(5/8)).

Original entry on oeis.org

2, 4, 8, 2, 5, 3, 4, 6, 1, 7, 7, 6, 3, 3, 8, 4, 2, 5, 5, 5, 8, 9, 8, 1, 1, 2, 5, 5, 9, 5, 6, 4, 8, 2, 6, 4, 9, 2, 7, 3, 9, 7, 3, 9, 1, 6, 0, 7, 9, 7, 4, 8, 4, 6, 2, 5, 4, 8, 1, 7, 0, 3, 3, 3, 6, 0, 1, 1, 4, 9, 8, 3, 4, 9, 5, 5, 1, 6, 7, 3, 6, 0, 1, 7, 6, 9, 0, 0, 4, 9, 0, 1, 2, 0, 5, 9, 5, 1, 0, 1
Offset: 1

Views

Author

Clark Kimberling, Sep 23 2011

Keywords

Examples

			2.48253461776338...
		

Crossrefs

Cf. A195707.

Programs

  • Magma
    SetDefaultRealField(RealField(100)); Arccos(-Sqrt(5/8)); // G. C. Greubel, Aug 19 2018
  • Mathematica
    (See A195707.)
    RealDigits[ArcCos[-Sqrt[(5/8)]],10,120][[1]] (* Harvey P. Dale, Mar 12 2013 *)
  • PARI
    acos(-sqrt(5/8)) \\ G. C. Greubel, Aug 19 2018
    

Formula

Equals Pi - arcsin(sqrt(3/8)) = Pi - arctan(sqrt(3/5)). - Amiram Eldar, Jul 06 2023
Showing 1-1 of 1 results.