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.

A233033 Decimal expansion of sum_(n=1..infinity) (-1)^(n-1)*H(n)/n^3 where H(n) is the n-th harmonic number.

This page as a plain text file.
%I A233033 #12 Aug 27 2014 16:39:11
%S A233033 8,5,9,2,4,7,1,5,7,9,2,8,5,9,0,6,1,5,5,3,9,9,0,9,9,3,9,4,7,5,7,5,9,9,
%T A233033 8,0,7,1,2,8,8,4,3,5,0,8,6,0,4,1,4,9,2,6,7,6,0,5,2,0,6,8,9,7,6,6,3,8,
%U A233033 3,4,8,1,5,3,3,4,8,9,2,3,3,0,7,1,1,3,8,8,3,8,1,5,1,8,8,4,3,0,6,0
%N A233033 Decimal expansion of sum_(n=1..infinity) (-1)^(n-1)*H(n)/n^3 where H(n) is the n-th harmonic number.
%H A233033 Philippe Flajolet, Bruno Salvy, <a href="http://algo.inria.fr/flajolet/Publications/FlSa98.pdf">Euler Sums and Contour Integral Representations</a>, Experimental Mathematics 7:1 (1998) page 32.
%F A233033 Equals 11*Pi^4/360 +1/12*Pi^2*log(2)^2 -log(2)^4/12 -2*Li4(1/2) -7/4*log(2)*zeta(3).
%F A233033 Also, equals 1/2*integral_{z=0..1} (log(z)^2*log(1+z)) / (z*(1+z)) dz.
%e A233033 0.859247157928590615539909939475759980712884350860414926760520689766...
%t A233033 RealDigits[ 11*Pi^4/360 + 1/12*Pi^2*Log[2]^2 - Log[2]^4/12 - 2*PolyLog[4, 1/2] - 7/4*Log[2]*Zeta[3], 10, 100] // First
%o A233033 (PARI) 11*Pi^4/360 + Pi^2*log(2)^2/12 - log(2)^4/12 - 2*polylog(4, 1/2) - 7*log(2)*zeta(3)/4 \\ _Charles R Greathouse IV_, Aug 27 2014
%Y A233033 Cf. A076788 (same alternating sum with denominator n), A152648 (non-alternating sum with denominator n^2), A152649 (non-alternating sum with denominator n^3).
%K A233033 nonn,cons
%O A233033 0,1
%A A233033 _Jean-François Alcover_, Dec 03 2013