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.

A346602 Decimal expansion of 3*zeta(3)/Pi^2.

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Jul 30 2021

Keywords

Examples

			0.365381484700719249363018365653857319764...
		

Crossrefs

This constant describes the growth of A019554 and A346597.
Cf. A002117.

Programs

  • Mathematica
    RealDigits[3*Zeta[3]/Pi^2, 10, 100][[1]] (* Amiram Eldar, Jul 30 2021 *)