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”).
%I #5 Dec 05 2013 19:55:54
%S 1,2,4,3,6,9,4,6,8,10,5,10,15,20,25,6,8,9,10,12,14,7,14,21,28,35,42,
%T 49,8,10,12,14,16,18,20,22,9,12,15,18,21,24,27,30,33,10,12,14,15,16,
%U 18,20,22,24,25,11,22,33,44,55,66,77,88,99,110,121,12,14,15,16,18,20,21,22
%N Triangle read by rows in which the n-th row contains n numbers starting with n and not coprime to n, except the first row is {1}.
%e 1; 2,4; 3,6,9; 4,6,8,10; 5,10,15,20,25; 6,8,9,10,12,14; 7,14,21,28,35,42,49; ...
%Y Cf. A077584, A077660.
%K nonn,tabl
%O 1,2
%A _Amarnath Murthy_, Nov 14 2002
%E More terms from _Sascha Kurz_, Jan 11 2003