A139001 Partial sums of A055573 = number of terms in continued fraction of H(n)=sum(1/k,k=1..n).
1, 3, 6, 8, 13, 17, 23, 30, 40, 48, 55, 65, 80, 89, 98, 115, 133, 144, 164, 180, 198, 216, 239, 258, 282, 307, 331, 357, 386, 407, 431, 454, 480, 505, 537, 571, 604, 630, 654, 685, 717, 748, 784, 820, 859, 891, 925, 967, 1014, 1058, 1104, 1139, 1179, 1227, 1270
Offset: 1
Keywords
Links
- M. F. Hasler, Table of n, a(n) for n = 1..500
Programs
-
PARI
h=s=0;vector(100,n,s+=#contfrac(h+=1/n))
Formula
a(n) = sum_{k=1..n} A055573(k)
Comments