Triangle read by rows: the n-th row contains n numbers sorted in decreasing value, each build by dropping a different number from the sequence [n,n-1,n-2,....,1] and concatenating the n-1 others. By definition the first row contains 0.

A081541

Triangle read by rows: the n-th row contains n numbers sorted in decreasing value, each build by dropping a different number from the sequence [n,n-1,n-2,....,1] and concatenating the n-1 others. By definition the first row contains 0.

Terms

    a(0) =0a(1) =2a(2) =1a(3) =32a(4) =31a(5) =21a(6) =432a(7) =431a(8) =421a(9) =321a(10) =5432a(11) =5431a(12) =5421a(13) =5321a(14) =4321a(15) =65432a(16) =65431a(17) =65421a(18) =65321a(19) =64321a(20) =54321a(21) =765432a(22) =765431a(23) =765421a(24) =765321a(25) =764321a(26) =754321a(27) =654321a(28) =8765432a(29) =8765431

External references