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.

A068469 Decimal expansion of zeta(Pi).

Original entry on oeis.org

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

Views

Author

Benoit Cloitre, Mar 10 2002

Keywords

Examples

			1.17624173838258275887215045193805209116973899002165583496050834623040872...
		

Crossrefs

Cf. A197080.

Programs

  • Magma
    m:=100; SetDefaultRealField(RealField(m)); L:=RiemannZeta(); Evaluate(L, Pi(RealField(m))); // G. C. Greubel, Mar 11 2018
  • Mathematica
    RealDigits[Zeta[Pi], 10, 100][[1]] (* Alonso del Arte, Mar 16 2014 *)
  • PARI
    zeta(Pi) \\ Charles R Greathouse IV, Mar 16 2014