OFFSET
2,1
LINKS
E. Chlebus, A recursive scheme for improving the original rate of convergence to the Euler-Mascheroni constant, Amer. Math. Mnthly, 118 (2011), 268-274.
EXAMPLE
1/(24n^2) - 1/(24n^3) + 23/(960*n^4) - 1/(160n^5) - 11/(8064*n^6) - 1/(896n^7) + 143/(30720*n^8) + ...
MATHEMATICA
s = Sum[1/k, {k, 1, n}] - Log[n*(1 + 1/(2*n))] - EulerGamma; CoefficientList[ Series[s, {n, Infinity, 25}], 1/n][[3 ;; -1]] // Denominator (* Jean-François Alcover, Sep 12 2013 *)
CROSSREFS
KEYWORD
nonn,frac,more
AUTHOR
N. J. A. Sloane, Apr 16 2011
EXTENSIONS
More terms from Jean-François Alcover, Sep 12 2013
STATUS
approved