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.
%I A242494 #10 Jan 15 2018 13:51:02 %S A242494 0,6,5,3,7,2,5,9,2,5,5,8,8,9,8,5,9,9,1,4,6,2,0,7,3,9,9,3,8,8,2,0,1,0, %T A242494 5,3,2,2,8,5,8,8,1,4,9,1,9,2,9,0,9,2,0,7,2,9,7,8,2,6,6,3,4,6,0,4,8,1, %U A242494 8,9,8,7,3,6,1,0,4,5,3,2,9,3,6,8,6,6,2,8,9,5,4,6,4,0,2,5,6,7,0,2,4 %N A242494 Decimal expansion of Sum_{k > 0} (-1)^k*log(k)^2/k. %D A242494 Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, chapter 2.21, p. 168. %F A242494 sum(k>0, (-1)^k*log(k)^2/k) = -log(2)^3/3 + gamma*log(2)^2 + gamma(1)*log(4). %e A242494 0.065372592558898599146207399388201... %t A242494 -Log[2]^3/3 + EulerGamma*Log[2]^2 + StieltjesGamma[1]*Log[4] // RealDigits[#, 10, 100]& // First %o A242494 (PARI) sumalt(k=1,(-1)^k*log(k)^2/k) \\ _Charles R Greathouse IV_, Mar 10 2016 %Y A242494 Cf. A091812. %K A242494 nonn,cons %O A242494 0,2 %A A242494 _Jean-François Alcover_, May 16 2014