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.

A111590 Decimal expansion of the square of cosine of 1 degree.

Original entry on oeis.org

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

Views

Author

Mohammad K. Azarian, Nov 17 2005

Keywords

Crossrefs

Cf. A019810.

Programs

  • Mathematica
    RealDigits[Cos[1 Degree]^2,10,120][[1]] (* Harvey P. Dale, Dec 29 2019 *)