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.

A251735 Decimal expansion of Sum_{n>=1} (-1)^(n+1)/n^(1/3).

Original entry on oeis.org

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

Views

Author

R. J. Mathar, Dec 07 2014

Keywords

Comments

Cubic root analog of A113024.

Examples

			0.57175283382527766493...
		

Crossrefs

Programs

  • Maple
    Zeta(1/3)*(1-root[3](4)) ; evalf(%) ;
  • Mathematica
    RealDigits[-Zeta[1/3]*(4^(1/3) - 1), 10, 100][[1]] (* G. C. Greubel, Apr 15 2018 *)
  • PARI
    -zeta(1/3)*(4^(1/3)-1) \\ Charles R Greathouse IV, Apr 20 2016

Formula

Equals 1 - 1/A002580 + 1/A002581 - 1/A005480 + ... = A251734 *(1 - A005480).