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 A242024 #27 Jun 21 2023 06:37:38 %S A242024 8,1,7,7,6,6,1,6,6,7,1,9,3,4,3,7,1,3,0,0,6,7,8,5,4,5,7,4,9,8,1,1,8,8, %T A242024 1,6,9,0,6,0,0,1,6,1,2,3,2,3,0,6,3,0,4,9,4,4,8,1,6,0,1,1,3,9,2,0,7,2, %U A242024 3,4,6,3,6,3,6,3,3,6,5,8,7,2,7,0,3,5,9,9,2,3,9,5,7 %N A242024 Decimal expansion of Sum_{n>=1} (-1)^(n+1)*6/(n*(n+1)*(n+2)). %C A242024 The sum of the reciprocals of binomial(n,3) for n >= 3 (or A000292(n), for n >= 1) with alternating signs. %C A242024 Also see A242023. %F A242024 Equals 12*log(2) - 15/2. %e A242024 0.8177661667193437130067854... %t A242024 RealDigits[Chop[Sum[N[(-1)^(n+1)*6/(n*(n+1)*(n+2)),150],{n,1,Infinity}]], 10,120][[1]] (* _Harvey P. Dale_, Jun 02 2016 *) %t A242024 RealDigits[12*Log[2] - 15/2, 10, 120][[1]] (* _Amiram Eldar_, Jun 20 2023 *) %o A242024 (PARI) 12*log(2) - 15/2 \\ _Michel Marcus_, Aug 13 2014 %o A242024 (PARI) sumalt(n=1, (-1)^(n + 1)*6/(n*(n + 1)*(n + 2))) \\ _Michel Marcus_, Aug 14 2014 %Y A242024 Cf. A242023, A000217, A000292, A000332, A002162. %K A242024 nonn,cons %O A242024 0,1 %A A242024 _Richard R. Forberg_, Aug 11 2014 %E A242024 Prior Mathematica program replaced by _Harvey P. Dale_, Jun 02 2016