95340
domain: N
Appears in sequences
- Sum{T(n-k,k)}, 0<=k<=[ n/2 ], T given by A026670.at n=23A026680
- Galton triangle T(n, k) = T(n-1, k-1) + (3k-2)*T(n-1, k) read by rows.at n=51A111577
- Number of length 6 nonnegative integer arrays starting and ending with 0 with adjacent elements unequal but differing by no more than n.at n=14A205343
- Triangle read by rows: T(n,k) is the number of permutations of k elements from [1..n] in a circle where adjacent values cannot be consecutive modulo n, rotations are distinct.at n=62A338849