login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A189048 Numerators of expansion of (Sum_{k=1..n} 1/k) - log(n(1+1/(2n))) - gamma. 3
1, -1, 23, -1, -11, -1, 143, -1, -2527, -1, 1416533, -1, -57341, -1, 118522111, -1, -5749735025, -1, 91546452133, -1, -1792043646907, -1, 1982765704676693, -1 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,3
LINKS
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]] // Numerator (* Jean-François Alcover, Sep 12 2013 *)
CROSSREFS
Cf. A189049.
Sequence in context: A040546 A040547 A040548 * A040549 A069890 A040550
KEYWORD
sign,frac,more
AUTHOR
N. J. A. Sloane, Apr 16 2011
EXTENSIONS
Corrected and extended by Jean-François Alcover, Sep 12 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 5 08:10 EDT 2024. Contains 375696 sequences. (Running on oeis4.)