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.
%I A167204 #24 Sep 25 2015 15:45:26 %S A167204 1,1,1,1,1,2,1,1,1,2,1,3,2,4,1,1,1,2,1,3,2,4,1,5,3,6,2,7,4,8,1,1,1,2, %T A167204 1,3,2,4,1,5,3,6,2,7,4,8,1,9,5,10,3,11,6,12,2,13,7,14,4,15,8,16,1,1,1, %U A167204 2,1,3,2,4,1,5,3,6,2,7,4,8,1,9,5,10,3,11,6,12,2,13,7,14,4,15,8,16 %N A167204 Triangle read by rows in which row n lists the first 2^(n-1) terms of A003602. %C A167204 The old definition (see history #7) was: %C A167204 "Numbers such that n is contained in the array a(n) where array 1 is A099627, array 2 is A124922 etc. (Table A167979 illustrates the manner in which the array numbers are chosen - e.g. "12" is not in array 1 or 2 so it begins array 3. All of the arrays can be seen in A161924." %e A167204 From _Omar E. Pol_, Feb 21 2011: (Start) %e A167204 If written as a triangle: %e A167204 1, %e A167204 1,1, %e A167204 1,1,2,1, %e A167204 1,1,2,1,3,2,4,1, %e A167204 1,1,2,1,3,2,4,1,5,3,6,2,7,4,8,1, %e A167204 1,1,2,1,3,2,4,1,5,3,6,2,7,4,8,1,9,5,10,3,11,6,12,2,13,7,14,4,15,8,16,1, %e A167204 ... %e A167204 (End) %e A167204 a(12)= 3 therefore, as expected, 12 is contained in array 3; a(14)= 4 so 14 is a member of array 4, etc. %e A167204 A099627 (array 1) begins 1 2 3 4 5 7 8 9 11 15 ... %e A167204 A124922 (array 2) begins 6 10 13 18 21 27 ... so a(n) begins 1 1 1 1 1 2 1 1 1 2 1 ... %e A167204 The next two arrays begin 12 20 25 36 41 51 ... and 14 22 29 38 45 59 ... %Y A167204 Cf. A003602, A099627, A124922, A167201 (uses array 3), A167202 (uses array 4), A161924 (contains all of the arrays), A167979 (Linearizes and concatenates the arrays). %K A167204 easy,nonn,tabf %O A167204 1,6 %A A167204 _Alford Arnold_, Nov 12 2009 %E A167204 Definition corrected by _Alford Arnold_, Feb 05 2011 %E A167204 Better definition from _Omar E. Pol_, Feb 21 2011 %E A167204 Further edits from _N. J. A. Sloane_, Feb 21 2011 %E A167204 More terms a(64)-a(94) from _Omar E. Pol_, Feb 22 2011