Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A087751
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A087751 Weighted sum of the harmonic numbers. +0
1
0, 1, 7, 56, 538, 6124, 81048, 1226112, 20902992, 396857376, 8308373760, 190212376320, 4728556327680, 126865966625280, 3654264347274240, 112484501485977600, 3685202487258163200, 128039255560187596800 (list; graph; listen)
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

PROGRAM

(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 this_sequence A099345 A110830 A042187

Adjacent sequences: A087748 A087749 A087750 this_sequence A087752 A087753 A087754

KEYWORD

easy,nonn

AUTHOR

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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 27 14:50 EST 2009. Contains 167570 sequences.


AT&T Labs Research