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.

A371334 Decimal expansion of zeta(4/3).

Original entry on oeis.org

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

Views

Author

R. J. Mathar, Mar 19 2024

Keywords

Examples

			3.600937750458862421292...
		

Programs

  • Maple
    Zeta(4/3) ; evalf(%) ;
  • Mathematica
    First[RealDigits[Zeta[4/3], 10, 100]] (* Paolo Xausa, Mar 20 2024 *)
  • PARI
    zeta(4/3) \\ Hugo Pfoertner, Mar 19 2024