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.

A179836 Imaginary part of -zeta(i), where i = sqrt(-1).

Original entry on oeis.org

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

Views

Author

Alonso del Arte, Jan 10 2011

Keywords

Comments

Same as the imaginary part of zeta(-i).

Examples

			zeta(i) = 0.00330022 - 0.41815545i (to eight decimal places on both parts).
		

Crossrefs

Cf. A179311 for the real part

Programs

  • Mathematica
    RealDigits[N[Im[-Zeta[I]], 75]][[1]]