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.

A153595 Floor of difference between imaginary parts of consecutive nontrivial zeros of Riemann zeta function.

Original entry on oeis.org

6, 3, 5, 2, 4, 3, 2, 4, 1, 3, 3, 2, 1, 4, 1, 2, 2, 3, 1, 2, 3, 1, 2, 1, 3, 2, 1, 2, 2, 2, 1, 1, 3, 0, 2, 1, 2, 2, 1, 1, 3, 2, 1, 2, 1, 3, 1, 1, 1, 2, 1, 2, 0, 2, 3, 1, 1, 2, 1, 2, 1, 1, 0, 3, 1, 1, 1, 1, 2, 2, 0, 1, 2, 2, 1, 2, 1, 1, 3, 1, 1, 1, 2, 1, 2, 1, 1, 1, 2, 1, 0, 2, 0, 2, 1, 1, 0, 1, 2, 1
Offset: 1

Views

Author

Vladimir Reshetnikov, Dec 29 2008

Keywords

Programs

  • Mathematica
    Table[Floor[Im[ZetaZero[n + 1] - ZetaZero[n]]], {n, 1, 100}]