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.

A117024 Decimal expansion of (sine of 1 radian)^(-5)=(csc 1 radian)^5.

Original entry on oeis.org

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

Views

Author

Mohammad K. Azarian, Apr 15 2006

Keywords

Examples

			2.370305219242317082304125526181166832721517741842121776860324339993294
		

Crossrefs

Programs

  • Mathematica
    RealDigits[1/Sin[1]^5,10,120][[1]] (* Harvey P. Dale, Sep 20 2020 *)