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.

A251734 Decimal expansion of the absolute value of zeta(1/3).

Original entry on oeis.org

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

Views

Author

R. J. Mathar, Dec 07 2014

Keywords

Examples

			zeta(1/3) = -0.97336024835078271546888....
		

Crossrefs

Programs

  • Maple
    Zeta(1/3) ; evalf(%) ;
  • Mathematica
    RealDigits[Zeta[1/3], 10, 120][[1]] (* Amiram Eldar, May 31 2023 *)
  • PARI
    -zeta(1/3) \\ Jinyuan Wang, Jun 20 2020

Formula

Lim_{k->infinity} (3/2*k^(2/3) - Sum_{i=1..k} i^(-1/3)). - Jinyuan Wang, Jun 20 2020