647680
domain: N
Appears in sequences
- Number of 5-dimensional polyominoes with n cells.at n=9A006768
- Triangle T(n,d) = number of distinct d-dimensional polyominoes (or polycubes) with n cells (0 < d < n).at n=40A049429
- Triangle read by rows: T(n,d) is the number of distinct properly d-dimensional polyominoes (or polycubes) with n cells (n >= 1, d >= 0).at n=50A049430
- Array read by downward antidiagonals: A(n,k) = A(n-1,k+1) + (k+1)*Sum_{j=0..k} A(n-1,j) with A(0,k) = k+1, n >= 0, k >= 0.at n=43A371567