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.

A117025 Decimal expansion of e^(sine of 1 radian).

Original entry on oeis.org

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

Views

Author

Mohammad K. Azarian, Apr 15 2006

Keywords

Examples

			2.3197768247158531739565903775032668132549047723762628334540549848
		

Crossrefs

Programs

  • Mathematica
    RealDigits[E^Sin[1],10,120][[1]] (* Harvey P. Dale, May 25 2023 *)