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.

A212437 Decimal expansion of the imaginary part of e^(i/e).

Original entry on oeis.org

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

Views

Author

Stanislav Sykora, May 16 2012

Keywords

Comments

Also sin(1/e).
The real part of e^(i/e), or cos(1/e) is in A212436.

Examples

			0.3596375654124955770382503939056247...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[Im[E^(I/E)],10,120][[1]] (* Harvey P. Dale, Jul 12 2021 *)