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 A255681 #31 Feb 16 2025 08:33:25 %S A255681 1,1,5,9,3,1,5,1,5,6,5,8,4,1,2,4,4,8,8,1,0,7,2,0,0,3,1,3,7,5,7,7,4,1, %T A255681 3,7,0,3,3,3,4,0,7,9,8,4,2,0,3,3,1,6,5,5,3,1,4,9,1,2,7,7,4,6,0,8,5,2, %U A255681 5,8,9,5,1,9,2,0,3,0,0,4,4,6,6,8,9,1,6,2,6,3,7,0,4,6,7,1,9,3,8,0,2,7,3,7 %N A255681 Decimal expansion of Sum_{k>=1} zeta(2*k+1)/((2*k+1)*2^(2*k)). %H A255681 G. C. Greubel, <a href="/A255681/b255681.txt">Table of n, a(n) for n = 0..10000</a> %H A255681 H. M. Srivastava and Junesang Choi, <a href="https://doi.org/10.1016/C2010-0-67023-4">Zeta and q-Zeta Functions and Associated Series and Integrals</a>, Elsevier Insights, 2011, pp. 272 and 314. %H A255681 Eric Weisstein's MathWorld, <a href="https://mathworld.wolfram.com/RiemannZetaFunction.html">Riemann Zeta Function</a>. %H A255681 Wikipedia, <a href="http://en.wikipedia.org/wiki/Riemann_zeta_function">Riemann Zeta Function</a>. %F A255681 Equals log(2) - EulerGamma. %F A255681 Equals Sum_{k>=1} (zeta(2*k+1)-1)/(k+1). - _Amiram Eldar_, May 24 2021 %F A255681 Equals Sum_{k>=1} psi(k)/2^k, where psi(x) is the digamma function. - _Amiram Eldar_, Sep 12 2022 %e A255681 0.1159315156584124488107200313757741370333407984203316553149... %t A255681 RealDigits[Log[2] - EulerGamma, 10, 105] // First %o A255681 (PARI) default(realprecision, 100); log(2) - Euler \\ _G. C. Greubel_, Sep 06 2018 %o A255681 (Magma) SetDefaultRealField(RealField(100)); R:= RealField(); Log(2) - EulerGamma(R); // _G. C. Greubel_, Sep 06 2018 %Y A255681 Cf. A001620, A002162, A094642 (= log(Pi/2) = Sum_{k>=2} zeta(2*k)/(k*2^(2*k))). %K A255681 nonn,cons,easy %O A255681 0,3 %A A255681 _Jean-François Alcover_, Apr 13 2015