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.

A293904 Decimal expansion of zeta(21).

Original entry on oeis.org

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

Views

Author

Frank Ellermann, Oct 19 2017

Keywords

Comments

Web searches find 1.0000004769329867878 in Python tools. Simon Plouffe published 1000 digits for zeta(9) up to zeta(2051) many years ago.

Examples

			1.000000476932986787806...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[Zeta[21], 10, 100][[1]] (* Amiram Eldar, May 31 2021 *)