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.

A354642 Decimal expansion of the negated digamma function at 3/10.

Original entry on oeis.org

3, 5, 0, 2, 5, 2, 4, 2, 2, 2, 2, 0, 0, 1, 3, 2, 9, 8, 8, 9, 6, 4, 4, 9, 4, 5, 0, 7, 3, 7, 1, 9, 8, 1, 5, 9, 9, 5, 3, 7, 9, 0, 8, 2, 8, 8, 4, 0, 4, 5, 0, 2, 0, 9, 5, 6, 6, 4, 9, 1, 9, 7, 5, 1, 2, 6, 4, 1, 6, 3, 7, 1, 9, 0, 3, 5, 9, 1, 0, 3, 5, 9, 0, 5, 2, 0, 3, 4, 9, 3, 0, 1
Offset: 1

Views

Author

R. J. Mathar, Jun 01 2022

Keywords

Examples

			psi(3/10) = -3.50252422220013...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[PolyGamma[3/10], 10, 120][[1]] (* Amiram Eldar, Jun 14 2023 *)
  • PARI
    psi(3/10) \\ Michel Marcus, Jun 02 2022