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 A271533 #18 Feb 16 2025 08:33:33 %S A271533 2,6,5,2,1,4,3,7,0,9,1,4,7,0,4,3,5,1,1,6,9,3,4,8,2,7,3,5,7,5,6,1,6,4, %T A271533 0,5,6,0,0,2,7,5,7,6,2,8,8,5,5,2,0,2,6,6,2,9,2,6,7,3,5,8,2,5,7,4,2,8, %U A271533 1,2,2,5,0,0,9,8,3,3,2,7,9,7,4,3,2,8,7,5,2,5,3,3,2,0,5,3,3,7,0,7,6,7,7,9,7 %N A271533 Decimal expansion of the derivative of the Dirichlet function eta(z) at z = -1. %C A271533 This entry completes the values of the derivatives eta'(z) at z = 0,1,i,-1,-i (see crossrefs). %H A271533 Stanislav Sykora, <a href="/A271533/b271533.txt">Table of n, a(n) for n = 0..2000</a> %H A271533 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/DirichletEtaFunction.html">Dirichlet Eta Function</a> %F A271533 eta'(-1) = 3*log(A) - log(2)/3 - 1/4, where A = A074962 is the Glaisher-Kinkelin constant. %e A271533 0.265214370914704351169348273575616405600275762885520266292673582574... %t A271533 RealDigits[3*Log[Glaisher] - Log[2]/3 - 1/4, 10, 120][[1]] (* _G. C. Greubel_, Apr 09 2016 *) %t A271533 RealDigits[DirichletEta'[-1], 10, 110][[1]] (* _Eric W. Weisstein_, Jan 06 2024 *) %o A271533 (PARI) \\ Derivative of Dirichlet eta function (fails for z=1): %o A271533 derdireta(z)=2^(1-z)*log(2)*zeta(z)+(1-2^(1-z))*zeta'(z); %o A271533 derdireta(-1) \\ Evaluation %Y A271533 Cf. A074962, A256358 (eta'(0)), A091812 (eta'(1)), A271525 (real(eta'(i))), A271526 (-imag(eta'(i))) . %K A271533 nonn,cons %O A271533 0,1 %A A271533 _Stanislav Sykora_, Apr 09 2016