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.

A131585 Concatenation of first n numbers of the decimal expansion of imaginary part of 3rd nontrivial zero of Riemann zeta function.

Original entry on oeis.org

2, 25, 250, 2501, 25010, 250108, 2501085, 25010857, 250108575, 2501085758, 25010857580, 250108575801, 2501085758014, 25010857580145, 250108575801456, 2501085758014568, 25010857580145688, 250108575801456887
Offset: 0

Views

Author

Omar E. Pol, Sep 13 2007

Keywords

Crossrefs

See A002410 and A065452 for more information.

Programs

  • Mathematica
    Module[{nn=30,zz3},zz3=RealDigits[Im[ZetaZero[3]],10,nn][[1]];Table[FromDigits[Take[zz3,n]],{n,nn}]] (* Harvey P. Dale, Feb 03 2025 *)