Triangle read by rows: for 1 <= k < n, a(n, k) is the least number not already used. For n > 1, a(n, n) is the least number not already used such that the product of the n-th row is a multiple of the product of the previous row.

A094275

Triangle read by rows: for 1 <= k < n, a(n, k) is the least number not already used. For n > 1, a(n, n) is the least number not already used such that the product of the n-th row is a multiple of the product of the previous row.

Terms

    a(0) =1a(1) =2a(2) =3a(3) =4a(4) =5a(5) =6a(6) =7a(7) =8a(8) =9a(9) =10a(10) =11a(11) =12a(12) =13a(13) =14a(14) =30a(15) =15a(16) =16a(17) =17a(18) =18a(19) =19a(20) =1001a(21) =20a(22) =21a(23) =22a(24) =23a(25) =24a(26) =25a(27) =12597a(28) =26a(29) =27

External references