A251735 Decimal expansion of Sum_{n>=1} (-1)^(n+1)/n^(1/3).
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
Examples
0.57175283382527766493...
Links
- G. C. Greubel, Table of n, a(n) for n = 0..10000
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
Comments