A354629 Decimal expansion of the negated digamma function at 3/7.
2, 3, 6, 5, 8, 1, 8, 7, 5, 7, 2, 9, 4, 9, 8, 2, 5, 9, 7, 2, 1, 3, 4, 7, 3, 4, 1, 2, 2, 7, 2, 1, 1, 6, 1, 8, 5, 9, 6, 0, 5, 6, 0, 4, 6, 2, 9, 8, 9, 7, 0, 4, 2, 6, 9, 6, 0, 7, 4, 5, 2, 9, 5, 3, 3, 1, 4, 5, 2, 4, 4, 0, 3, 2, 5, 9, 7, 7, 5, 7, 3, 2, 6, 9, 3, 1, 3, 2, 9, 2, 7, 2
Offset: 1
Examples
psi(3/7) = -2.36581875729498...
Programs
-
Mathematica
RealDigits[PolyGamma[3/7], 10, 120][[1]] (* Amiram Eldar, Jun 14 2023 *)
-
PARI
-psi(3/7) \\ Amiram Eldar, Jun 14 2023