login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Partial sums of A091316.
1

%I #6 Mar 30 2012 18:39:22

%S 1,3,5,8,10,13,17,20,24,26,29,33,36,40,45,51,55,60,66,69,73,78,84,88,

%T 93,95,98,102,105,109,114,120,124,129,135,138,142,147,153,157,162,168,

%U 175,183,188,194,201,209,218,228,234,241,249,258,262,267,273,280,288,293

%N Partial sums of A091316.

%F Is a(n) asymptotic to c*n*log(n)*log(log(n)) with c=0.6...?

%e a(a(1)+a(2))=a(2), therefore a(3)=a(2)=2. a(a(1)+a(2)+a(3))=a(3) therefore a(5)=2. So a(4) is undefined but from the rule a(4)=a(3)+1=3.

%Y Cf. A091316.

%K nonn

%O 1,2

%A _Benoit Cloitre_, Feb 20 2004