cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A139001 Partial sums of A055573 = number of terms in continued fraction of H(n)=sum(1/k,k=1..n).

This page as a plain text file.
%I A139001 #5 Jul 14 2012 11:32:20
%S A139001 1,3,6,8,13,17,23,30,40,48,55,65,80,89,98,115,133,144,164,180,198,216,
%T A139001 239,258,282,307,331,357,386,407,431,454,480,505,537,571,604,630,654,
%U A139001 685,717,748,784,820,859,891,925,967,1014,1058,1104,1139,1179,1227,1270
%N A139001 Partial sums of A055573 = number of terms in continued fraction of H(n)=sum(1/k,k=1..n).
%C A139001 Sequence A100398 holds the array having as n-th row the continued frac. of H(n); a(n) is the last term of the n-th row and accordingly, a(n-1)+1 is the index where the n-th row starts.
%H A139001 M. F. Hasler, <a href="/A139001/b139001.txt">Table of n, a(n) for n = 1..500</a>
%F A139001 a(n) = sum_{k=1..n} A055573(k)
%o A139001 (PARI) h=s=0;vector(100,n,s+=#contfrac(h+=1/n))
%Y A139001 Cf. A001008, A002805, A055573, A058027, A100398, A110020, A112286, A112287.
%K A139001 nonn
%O A139001 1,2
%A A139001 _M. F. Hasler_, May 31 2008