2782082domain: NAppears in sequencesNumber of permutations avoiding the consecutive pattern 1234.at n=10A117158Triangle read by rows: T(n,k) is the number of permutations of {1,2,...,n} having k triple descents (n>=0,0<=k<=n-3). We say that i is a triple descent of a permutation p if p(i) > p(i+1) > p(i+2) > p(i+3).at n=31A220183