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.

A375503 Decimal expansion of the absolute value of zeta'(3/2), first derivative of the Riemann zeta function at s=3/2.

Original entry on oeis.org

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

Views

Author

R. J. Mathar, Aug 18 2024

Keywords

Examples

			zeta'(3/2) = -3.93223973743110151070638857840601520269274355489257...
		

Crossrefs

Cf. A073002 (at s=2), A244115 (s=3).

Programs

  • Maple
    Zeta(1,3/2); evalf(%) ;
  • Mathematica
    RealDigits[Zeta'[3/2], 10, 120][[1]] (* Amiram Eldar, Aug 19 2024 *)