94234
domain: N
Appears in sequences
- Triangle generated by the recurrence T(n+1,k+1) = T(n,k+1) + n * T(n,k) + delta(n,k) with the initial values T(n,0) = 1 and T(0,k) = delta(k,0), where delta(n,k) is the Kronecker delta.at n=50A191490
- Number of (n+1)X(7+1) 0..2 arrays with no element unequal to a strict majority of its horizontal and antidiagonal neighbors, with values 0..2 introduced in row major order.at n=2A231262
- T(n,k)=Number of (n+1)X(k+1) 0..2 arrays with no element unequal to a strict majority of its horizontal and antidiagonal neighbors, with values 0..2 introduced in row major order.at n=38A231263
- Number of (3+1)X(n+1) 0..2 arrays with no element unequal to a strict majority of its horizontal and antidiagonal neighbors, with values 0..2 introduced in row major order.at n=6A231265
- Number of partitions of n where the difference between consecutive parts is at most 8.at n=47A238868
- Cycle lengths obtained by repeated application of the distance-minimizing variant of the strip bijection for the square lattice described in A367150.at n=31A367146