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.

A195731 Decimal expansion of arcsec(4).

Original entry on oeis.org

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

Views

Author

Clark Kimberling, Sep 23 2011

Keywords

Examples

			arcsec(4) = 1.318116071652817965...
		

Crossrefs

Cf. A195628.

Programs

  • Magma
    SetDefaultRealField(RealField(100)); Arccos(1/4); // G. C. Greubel, Aug 20 2018
  • Mathematica
    r=4;
    N[ArcSec[r], 100]
    RealDigits[%]
  • PARI
    acos(1/4) \\ G. C. Greubel, Aug 20 2018
    

Formula

Equals arcsin(sqrt(15)/4) = arccos(1/4) = arctan(sqrt(15)). - Amiram Eldar, May 24 2021