OFFSET
1,3
COMMENTS
Terms corresponding to H(n) (i.e. the n-th row) end at index A139001(n)=sum(i=1..n,A055573(n)) - M. F. Hasler, May 31 2008
LINKS
M. F. Hasler, Table of n, a(n) for n=1..105013.
Eric Weisstein's World of Mathematics, Harmonic Number
Eric Weisstein's World of Mathematics, Continued Fraction
EXAMPLE
Since the 3rd harmonic number is 11/6 = 1 +1/(1 +1/5), the 3rd row is 1,1,5.
MATHEMATICA
Flatten[Table[ContinuedFraction[HarmonicNumber[n]], {n, 16}]] (* Ray Chandler, Sep 17 2005 *)
PROG
(PARI) c=0; h=0; for(n=1, 500, for(i=1, #t=contfrac(h+=1/n), write("b100398.txt", c++, " ", t[i]))) \\ M. F. Hasler, May 31 2008
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Leroy Quet, Dec 30 2004
EXTENSIONS
Extended by Ray Chandler, Sep 17 2005
STATUS
approved