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.

A292191 Decimal expansion of zeta(zeta(2)).

Original entry on oeis.org

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

Views

Author

Bobby Jacobs, Sep 11 2017

Keywords

Examples

			2.1726320572857628716283154344480932343944...
		

Crossrefs

Cf. A013661.

Programs

  • Maple
    evalf(Zeta(Zeta(2)), 100); # Wesley Ivan Hurt, Sep 11 2017
  • Mathematica
    First[RealDigits[Zeta[Zeta[2]], 10, 100]] (* Paolo Xausa, Mar 20 2024 *)
  • PARI
    zeta(zeta(2)) \\ Michel Marcus, Sep 11 2017