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.

A235509 Decimal expansion of arccos(4/5).

Original entry on oeis.org

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

Views

Author

Jean-François Alcover, Jan 14 2014

Keywords

Comments

Given a square ABCD, there is one point M equidistant from A, B and the middle of CD. The measure of the angle BAM is arccos(4/5) (or arcsec(5/4)). This angle is the smallest angle of the well-known (3, 4, 5) Pythagorean triangle.
Also the polar angle phi of the viewing cone that cuts out exactly 10% of the celestial sphere; phi = arccos(1-2f), where f is the cut-out fraction of the full solid angle. - Stanislav Sykora, Feb 14 2016
Given a triangle ABC whose medians drawn from A and B are perpendicular in centroid G, then angle C <= arccos(4/5) (see Maths Challenge link with figure and proof). - Bernard Schott, Mar 29 2023

Examples

			0.64350110879328438680280922871732263804151059111531238286560611871351...
In degrees: 36.869897645844...°
		

Crossrefs

Programs

  • Mathematica
    RealDigits[ArcCos[4/5], 10, 100] // First
  • PARI
    asin(3/5) \\ Michel Marcus, Feb 07 2019

Formula

Cos(A235509) + cos(A195771) = 1.
Equals arcsin(3/5). - Michel Marcus, Feb 07 2019
Equals arctan(3/4). - Amiram Eldar, Jul 04 2023