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!)
A102720 Numerator of Sum_{k=1..n} k^2*H_{n+k} where H_m = Sum_{i=1..m}. 3
0, 3, 61, 499, 1657, 19627, 270271, 566414, 10013422, 98370749, 101287949, 2390592307, 12232312607, 37470326437, 1107461467873, 139734625012252, 141993136103452, 36029639090623, 1351662817439371, 1369250429650771, 56824258828125611, 2471493519758983073 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
M. Kauers and C. Schneider, Indefinite summation with unspecified summands, Discr. Math., 306 (2006), 2073-2083. See Eq. 4.
EXAMPLE
0, 3/2, 61/6, 499/15, 1657/21, 19627/126, 270271/990, 566414/1287, ...
MATHEMATICA
a[n_] := Numerator[Sum[k^2 * HarmonicNumber[n+k], {k, 1, n}]]; Array[a, 30, 0] (* Amiram Eldar, Dec 03 2018 *)
PROG
(PARI) a(n) = numerator(sum(k=1, n, k^2*sum(i=1, n+k, 1/i))); \\ Michel Marcus, Dec 03 2018
CROSSREFS
Sequence in context: A141979 A185831 A301666 * A120308 A279381 A186205
KEYWORD
nonn,frac
AUTHOR
N. J. A. Sloane, Jan 28 2009
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 April 24 15:37 EDT 2024. Contains 371960 sequences. (Running on oeis4.)