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-2 of 2 results.

A019879 Decimal expansion of sine of 70 degrees.

Original entry on oeis.org

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

Views

Author

Keywords

Comments

It is well known that the length sin 70° (cos 20°) is not constructible with ruler and compass, since it is a root of the irreducible polynomial 8x^3 - 6x - 1 and 3 fails to divide any power of 2. - Jean-François Alcover, Aug 10 2014 [cf. the Maxfield ref.]
A cubic number with denominator 2. - Charles R Greathouse IV, Aug 27 2017
From Peter Bala, Oct 21 2021: (Start)
The minimal polynomial of cos(Pi/9) is 8*x^3 - 6*x - 1 with discriminant (2^6)*(3^4), a square: hence the Galois group of the algebraic number field Q(sin(70°) over Q is the cyclic group of order 3.
The two other zeros of the minimal polynomial are cos(5*Pi/9) = - A019819 and cos(7*Pi/9) = - A019859. The mapping z -> 1 - 2*z^2 cyclically permutes the three zeros. The inverse permutation is given by the mapping z -> 2*z^2 - z - 1. (End)

Examples

			0.93969262...
		

References

  • J. E. Maxfield and M. W. Maxfield, Abstract Algebra and Solution by Radicals, Dover Publications ISBN 0-486-67121-6, (1992), p. 197.

Crossrefs

Programs

Formula

Equals 2*A019844*A019864. - R. J. Mathar, Jan 17 2021
Equals cos(Pi/9) = (1/2)*A332437. - Peter Bala, Oct 21 2021
Equals 2F1(-1/6,1/6 ; 1/2; 3/4). - R. J. Mathar, Aug 31 2025

A019953 Decimal expansion of tangent of 55 degrees.

Original entry on oeis.org

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

Views

Author

Keywords

Comments

Also the decimal expansion of cotangent of 35 degrees. - Ivan Panchenko, Sep 01 2014

Examples

			1.4281480067421145021606184849985007396338016120753190976117941...
		

Crossrefs

Cf. A019864 (sine of 55 degrees).

Programs

  • Magma
    SetDefaultRealField(RealField(100)); R:= RealField(); Tan(11*Pi(R)/36); // G. C. Greubel, Nov 22 2018
    
  • Mathematica
    RealDigits[Tan[11*Pi/36], 10, 100][[1]] (* G. C. Greubel, Nov 22 2018 *)
  • PARI
    default(realprecision, 100); tan(11*Pi/36) \\ G. C. Greubel, Nov 22 2018
    
  • Sage
    numerical_approx(tan(11*pi/36), digits=100) # G. C. Greubel, Nov 22 2018
Showing 1-2 of 2 results.