login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A087751 Weighted sum of the harmonic numbers. 0
0, 1, 7, 56, 538, 6124, 81048, 1226112, 20902992, 396857376, 8308373760, 190212376320, 4728556327680, 126865966625280, 3654264347274240, 112484501485977600, 3685202487258163200, 128039255560187596800 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

FORMULA

a(n) = 2*n*a(n-1) + (n-1)!*(2^n-1); a(0)=0, a(1)=1. a(n)=n! * sum(j=1, n, binomial(n, j)*H(j)), where H(j)=sum(k=1, j, 1/k).

E.g.f.: ln((2*x-1)/(x-1))/(2*x-1). a(n) = n!*Sum_{k=1..n} (-1)^(k+1)*2^(n-k)*binomial(n, k)/k. a(n) = n!*Sum_{k=1..n} 2^(n-k)*(2^k-1)/k. - Vladeta Jovovic (vladeta(AT)eunet.rs), Aug 12 2005

PROG

(PARI) H(n)=sum(j=1, n, 1/j); a(n)=n!*sum(j=1, n, binomial(n, j)*H(j))

CROSSREFS

Cf. A103213, A068102.

Sequence in context: A082305 A144263 A001730 * A099345 A110830 A180817

Adjacent sequences:  A087748 A087749 A087750 * A087752 A087753 A087754

KEYWORD

easy,nonn

AUTHOR

Nicholas C. Singer (nsinger2(AT)cox.net), Oct 02 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 23:53 EST 2012. Contains 205689 sequences.