A375503 Decimal expansion of the absolute value of zeta'(3/2), first derivative of the Riemann zeta function at s=3/2.
3, 9, 3, 2, 2, 3, 9, 7, 3, 7, 4, 3, 1, 1, 0, 1, 5, 1, 0, 7, 0, 6, 3, 8, 8, 5, 7, 8, 4, 0, 6, 0, 1, 5, 2, 0, 2, 6, 9, 2, 7, 4, 3, 5, 5, 4, 8, 9, 2, 5, 7, 7, 2, 6, 1, 5, 4, 4, 6, 5, 9, 9, 4, 2, 5, 5, 4, 6, 6, 3, 6, 4, 2, 7, 7, 3, 1, 6, 7, 5, 7, 7, 8, 6, 3, 5, 9, 3, 9, 2, 8, 5, 8, 0, 8
Offset: 1
Examples
zeta'(3/2) = -3.93223973743110151070638857840601520269274355489257...
Programs
-
Maple
Zeta(1,3/2); evalf(%) ;
-
Mathematica
RealDigits[Zeta'[3/2], 10, 120][[1]] (* Amiram Eldar, Aug 19 2024 *)