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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A096617 Numerator of n*HarmonicNumber[n]. 3
1, 3, 11, 25, 137, 147, 363, 761, 7129, 7381, 83711, 86021, 1145993, 1171733, 1195757, 2436559, 42142223, 42822903, 275295799, 279175675, 56574159, 19093197, 444316699, 1347822955, 34052522467, 34395742267, 312536252003 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

a(1) = 1, a(n) = Numerator[ H(n) / H(n-1) ], where H(n) = HarmonicNumber[n] = A001008(n)/A002805(n). (Alexander Adamchuk (alex(AT)kolmogorov.com), Oct 29 2004)

Sampling a population of n distinct elements with replacement, n HarmonicNumber[n] is the expectation of the sample size for the acquisition of all n distinct elements. (Franz Vrabec (franz.vrabec(AT)aon.at), Oct 30 2004)

p^2 divides a(p-1) for prime p>3. - Alexander Adamchuk (alex(AT)kolmogorov.com), Jul 16 2006

REFERENCES

W. Feller, An Introduction to Probability Theory and Its Applications, Vol. I, 2nd Ed. 1957, p. 211, formula (3.3)

LINKS

Eric Weisstein's World of Mathematics, Complete Set

FORMULA

abs(Stirling1(n+1, 2))/(n-1)!. - Vladeta Jovovic (vladeta(AT)eunet.rs), Jul 06 2004

EXAMPLE

1, 3, 11/2, 25/3, 137/12, 147/10, 363/20, 761/35, 7129/280, ...

MAPLE

ZL:=n->sum(sum(1/i, i=1..n), j=1..n): a:=n->floor(numer(ZL(n))): seq(a(n), n=1..27); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jun 14 2007

MATHEMATICA

Numerator[Table[(Sum[(1/k), {k, 1, n}]/Sum[(1/k), {k, 1, n-1}]), {n, 1, 20}]] (Alexander Adamchuk (alex(AT)kolmogorov.com), Oct 29 2004)

CROSSREFS

Cf. A027611.

Cf. A001008, A002805.

Sequence in context: A111935 A175441 A001008 * A025529 A124078 A096795

Adjacent sequences:  A096614 A096615 A096616 * A096618 A096619 A096620

KEYWORD

nonn,frac

AUTHOR

Eric Weisstein (eric(AT)weisstein.com), Jul 01, 2004

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 16 04:47 EST 2012. Contains 205860 sequences.