107695
domain: N
Appears in sequences
- Number of n X 4 arrays of occupancy after each element stays put or moves to some horizontal or antidiagonal neighbor, with every occupancy equal to zero or two.at n=5A221415
- T(n,k)=Number of nXk arrays of occupancy after each element stays put or moves to some horizontal or antidiagonal neighbor, with every occupancy equal to zero or two.at n=41A221419
- Number of 6Xn arrays of occupancy after each element stays put or moves to some horizontal or antidiagonal neighbor, with every occupancy equal to zero or two.at n=3A221424
- Triangle read by rows: T(n,k) appears in the transformation Sum_{k=0..n} (k+1)*x^k = Sum_{k=0..n} T(n,k)*(x+3k)^k.at n=42A253384
- a(n) = n*(n + 1)*(16*n - 1)/6.at n=34A304659
- Irregular triangle read by rows: T(n,k) (0 <= k <= n^2) are coefficients of exact wrapping probability for site percolation on an n X n 2D square lattice with periodic boundary conditions. This is for the probability that it wraps around the vertical dimension.at n=44A366463