# Greetings from The On-Line Encyclopedia of Integer Sequences! http://oeis.org/ Search: id:a205883 Showing 1-1 of 1 %I A205883 #18 Jan 22 2013 18:37:44 %S A205883 2,4,6,9,13,23,29,43,51,60,80,91,103,116,144,159,175,192,210,248,268, %T A205883 289,311,334,382,407,433,460,516,545,605,636,668,701,769,804,840,914, %U A205883 952,991,1031,1113,1155,1198,1286,1331,1377,1424,1520,1569,1669,1720,1824,1877,1931,1986,2098,2155,2271,2330,2390,2512,2574,2637,2701,2831,2897,3031,3099,3168,3238 %N A205883 Length of n-th run of A205600(n). %H A205883 Benoit Cloitre, Plot of a(n)/n^2 %F A205883 a(n)=2+sum(k=1,n,A205600(k)*(k-1)). It seems that a(n)=c*n^2+smaller terms with c=0.64...(see graphic provided in the link) %o A205883 (PARI) /* program to get the first 100 terms: */ v=[1,2];L=[2];for(n=2,100,v=if(v[n]-2,concat(v,vector(n-1,i,v[i])),concat(concat(v,vector(n-1,i,v[i])),vector(n-1,i,v[i])));L=concat(L,[length(v)]));a(n)=L[n] %K A205883 nonn %O A205883 1,1 %A A205883 _Benoit Cloitre_, Jan 10 2013 # Content is available under The OEIS End-User License Agreement: http://oeis.org/LICENSE