login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A200137
Decimal expansion of the negated digamma function at 3/5.
3
1, 5, 4, 0, 6, 1, 9, 2, 1, 3, 8, 9, 3, 1, 9, 0, 4, 1, 4, 7, 6, 0, 6, 6, 3, 9, 4, 8, 8, 0, 6, 2, 3, 1, 9, 4, 1, 5, 1, 0, 5, 3, 4, 2, 5, 4, 6, 8, 9, 6, 0, 7, 2, 0, 8, 2, 6, 6, 6, 8, 5, 2, 6, 3, 2, 6, 1, 1, 6, 8, 8, 4, 1, 2, 4, 1, 1, 0, 2, 4, 6, 6, 0, 7, 3, 3, 4, 2, 4, 6, 7, 7, 1, 9, 7, 7, 8, 8, 2, 0, 1, 0, 0, 5, 7
OFFSET
1,2
FORMULA
Psi(3/5) = -gamma +Pi*sqrt( 1-2/sqrt 5)/2 -5*log(5)/4 +sqrt(5)*log((3+sqrt 5)/2)/4.
EXAMPLE
Psi(3/5) = -1.540619213893190414760663948806231941510...
MAPLE
-gamma+Pi*sqrt(1-2/sqrt(5))/2-5*log(5)/4+sqrt(5)/4*log(3/2+sqrt(5)/2) ; evalf(%) ;
MATHEMATICA
RealDigits[-PolyGamma[3/5], 10, 105] // First (* Jean-François Alcover, Feb 11 2013 *)
PROG
(PARI) -psi(3/5) \\ Charles R Greathouse IV, Jul 19 2013
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
R. J. Mathar, Nov 13 2011
EXTENSIONS
More terms from Jean-François Alcover, Feb 11 2013
STATUS
approved