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.

A155739 Decimal expansion of the Euler-Mascheroni constant divided by 2.

This page as a plain text file.
%I A155739 #11 Sep 08 2022 08:45:41
%S A155739 2,8,8,6,0,7,8,3,2,4,5,0,7,6,6,4,3,0,3,0,3,2,5,6,0,4,5,0,4,1,2,0,1,2,
%T A155739 1,5,5,2,1,0,7,9,6,6,7,9,6,9,9,6,1,7,9,9,4,0,2,8,8,3,6,1,7,4,4,2,4,3,
%U A155739 3,8,6,3,3,8,8,8,3,2,3,3,5,4,6,8,4,7,3,5,3,1,6,4,5,8,7,3,3,7,4,7,5,7,3,1,5
%N A155739 Decimal expansion of the Euler-Mascheroni constant divided by 2.
%H A155739 G. C. Greubel, <a href="/A155739/b155739.txt">Table of n, a(n) for n = 0..10000</a>
%H A155739 Ovidiu Furdui, <a href="http://www.jstor.org/stable/10.4169/math.mag.84.2.150">Problem 1870</a>, Mathematics Magazine, Vol. 84, No. 2 (2011), p. 151; <a href="http://www.jstor.org/stable/10.4169/math.mag.85.2.150">A double zeta sum</a>, Solution to Problem 1870 by Joel Schlosberg, ibid., Vol. 85, No. 2 (2012), p. 156.
%F A155739 Equals A001620/2 = (1 + A147533)/4.
%F A155739 Equals Sum_{k,m>=1} k*(zeta(k+m)-1)/(k+m)^2 (Furdui, 2011). - _Amiram Eldar_, Jun 09 2022
%e A155739 0.288607832450766430303256045041201215521079667969961799402...
%p A155739 evalf(gamma/2) ;
%t A155739 RealDigits[EulerGamma/2 , 10, 100][[1]] (* _G. C. Greubel_, Aug 31 2018 *)
%o A155739 (PARI) default(realprecision, 100); Euler/2 \\ _G. C. Greubel_, Aug 31 2018
%o A155739 (Magma) R:= RealField(100); EulerGamma(R)/2; // _G. C. Greubel_, Aug 31 2018
%Y A155739 Cf. A001620, A147533.
%K A155739 cons,nonn
%O A155739 0,1
%A A155739 _R. J. Mathar_, Jan 26 2009