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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A097424 Denominator of product{k=1 to n} H(k), where H(k) = sum{j=1 to k} 1/j, the k_th harmonic number. 2
1, 2, 4, 48, 576, 2304, 15360, 614400, 1548288000, 3901685760000, 9832248115200000, 24777265250304000000, 62438708430766080000000, 157345545245530521600000000, 5154640062243579887616000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

LINKS

Table of n, a(n) for n=1..15.

EXAMPLE

(1)(1 +1/2)(1 +1/2 +1/3) = 1*(3/2)*(11/6) = 11/4,

so a(3) = 4.

MATHEMATICA

a[n_] := Denominator[ Product[ HarmonicNumber[k], {k, 1, n}]]; Table[ a[n], {n, 14}] (from Robert G. Wilson v Aug 26 2004)

PROG

(PARI) hh(n)=sum(i=1, n, 1/i); ff(n)=denominator(prod(i=1, n, hh(i))); for (i=1, 30, print1(ff(i), ", ")) (Bouayoun)

CROSSREFS

Cf. A097423.

Sequence in context: A144580 A144578 A143968 * A032019 A181179 A175814

Adjacent sequences:  A097421 A097422 A097423 * A097425 A097426 A097427

KEYWORD

frac,nonn

AUTHOR

Leroy Quet Aug 21 2004

EXTENSIONS

More terms from Mohammed Bouayoun (mohammed.bouayoun(AT)sanef.com) and Robert G. Wilson v, Aug 23 2004

STATUS

approved

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 May 25 06:48 EDT 2013. Contains 225645 sequences.