Triangle read by rows: T(n,k) is the number of permutations of {1,2,...,n} having k cycles that are either nonincreasing or of length 1 (0<=k<=n). A cycle (b(1), b(2), ...) is said to be increasing if, when written with its smallest element in the first position, it satisfies b(1) < b(2) < b(3) < ... .

A186759

Triangle read by rows: T(n,k) is the number of permutations of {1,2,...,n} having k cycles that are either nonincreasing or of length 1 (0<=k<=n). A cycle (b(1), b(2), ...) is said to be increasing if, when written with its smallest element in the first position, it satisfies b(1) < b(2) < b(3) < ... .

Terms

    a(0) =1a(1) =0a(2) =1a(3) =1a(4) =0a(5) =1a(6) =1a(7) =4a(8) =0a(9) =1a(10) =4a(11) =9a(12) =10a(13) =0a(14) =1a(15) =11a(16) =53a(17) =35a(18) =20a(19) =0a(20) =1a(21) =41a(22) =280a(23) =268a(24) =95a(25) =35a(26) =0a(27) =1a(28) =162a(29) =1804

External references