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.

A276120 Decimal expansion of zeta(3)/Pi^3.

Original entry on oeis.org

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

Views

Author

Martin Renner, Sep 10 2016

Keywords

Comments

zeta(3) is sometimes called Apéry's constant after the French mathematician Roger Apéry, who proved in 1978 that it is irrational. Despite this it is not known if this constant divided by Pi^3 is irrational or even transcendental.

Examples

			0.03876817960291679894...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[Zeta[3]/Pi^3, 10, 100][[1]] (* Amiram Eldar, Jul 07 2021 *)
  • PARI
    zeta(3)/Pi^3 \\ Michel Marcus, Jul 07 2021

Formula

Extensions

Offset corrected by Rick L. Shepherd, Nov 03 2016