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 A179743 #2 Mar 30 2012 17:25:38 %S A179743 1,1,1,1,2,1,1,3,4,1,1,4,6,8,1,1,5,8,12,16,1,1,6,10,16,24,32,1,1,7,12, %T A179743 20,32,48,64,1,1,8,14,24,40,64,96,128,1,1,9,16,28,48,80,128,192,256,1, %U A179743 1,10,18,32,56,96,160,256,384,512,1,1,11,20,36,64,112,192,320,512,768 %N A179743 Triangle read by rows: antidiagonals of an array formed by sequences of the form a(0)=1, a(1) = (n+1); a(n+1), n>1 = 2*a(n). %C A179743 Row sums = A179744: (1, 2, 4, 9, 20, 43, 90, 185, 376, 759, 1526,...). %F A179743 Form an array with row 0 and column 0 = (1,1,1,...), with (n,1) = (n+1) and %F A179743 a(n+1), n>1, = 2*a(n). Triangle A179743 = antidiagonals of the array. %e A179743 First few rows of the array = %e A179743 . %e A179743 1,...1,...1,...1,...1,...1,... %e A179743 1,...2,...4,...8,..16,..32,... %e A179743 1,...3,...6,..12,..24,..48,... %e A179743 1,...4,...8,..16,..32,..64,... %e A179743 1,...5,..10,..20,..40,..80,... %e A179743 ... %e A179743 First few rows of the triangle = %e A179743 . %e A179743 1; %e A179743 1, 1; %e A179743 1, 2, 1; %e A179743 1, 3, 4, 1; %e A179743 1, 4, 6, 8, 1; %e A179743 1, 5, 8, 12, 16, 1; %e A179743 1, 6, 10, 16, 24, 32, 1; %e A179743 1, 7, 12, 20, 32, 48, 64, 1; %e A179743 1, 8, 14, 24, 40, 64, 96, 128, 1; %e A179743 1, 9, 16, 28, 48, 80, 128, 192, 256, 1; %e A179743 1, 10, 18, 32, 56, 96, 160, 256, 384, 512, 1; %e A179743 1, 11, 20, 36, 64, 112, 192, 320, 512, 768, 1024; %e A179743 1, 12, 22, 40, 72, 128, 244, 384, 640, 1024, 1536, 2048; %e A179743 ... %Y A179743 Cf. A179744 %K A179743 nonn,tabl %O A179743 0,5 %A A179743 _Gary W. Adamson_, Jul 25 2010