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 A143269 #2 Mar 30 2012 17:25:31 %S A143269 1,2,2,3,3,6,4,4,8,8,5,5,10,10,20,6,6,12,12,24,12,7,7,14,14,28,14,42, %T A143269 8,8,16,16,32,16,48,32,9,9,18,18,36,18,54,36,54,10,10,20,20,40,20,60, %U A143269 40,60,40,11,11,22,22,44,22,66,44,66,44,110 %N A143269 Triangle read by rows, A127648 * A000012 * A130207, 1<=k<=n. %C A143269 Row sums = A143270: (1, 4, 12, 24, 50, 72, 126, 176,...). %F A143269 Triangle read by rows, A127648 * A000012 * A130207. T(n,k) = n*phi(k) %e A143269 First few rows of the triangle = %e A143269 1; %e A143269 2, 2; %e A143269 3, 3, 6; %e A143269 4, 4, 8, 8; %e A143269 5, 5, 10, 10, 20; %e A143269 6, 6, 12, 12, 24, 12; %e A143269 7, 7, 14, 1428, 14, 42; %e A143269 ... %e A143269 Row 5 = (5, 5, 10, 10, 20) = (5*1, 5*1, 5*2, 5*2, 5*4); where phi(k) = (1, 1, 2, 2, 4,...). %Y A143269 Cf. A000010, A143270. %K A143269 nonn,tabl %O A143269 1,2 %A A143269 _Gary W. Adamson_, Aug 03 2008