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.

A111623 Decimal expansion of (cosine of 1 degree)^5.

Original entry on oeis.org

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

Views

Author

Mohammad K. Azarian, Nov 17 2005

Keywords

Crossrefs

Cf. A019810.

Programs

  • Mathematica
    RealDigits[(Cos[1 Degree])^5,10,120][[1]] (* Harvey P. Dale, Jan 05 2016 *)