25754
domain: N
Appears in sequences
- Number of n X n 0..1 arrays with every element equal to 0, 1, 2, 4, 5 or 8 king-move adjacent elements, with upper left element zero.at n=5A299346
- Number of nX6 0..1 arrays with every element equal to 0, 1, 2, 4, 5 or 8 king-move adjacent elements, with upper left element zero.at n=5A299348
- a(n) = (prime(n)+1) * prime(n+1).at n=36A345727
- Standard composition numbers of compositions whose maximal runs all belong to {(1), (2,2), (3,3,3), ...}.at n=27A389530
- Array read by downward antidiagonals: A(n,k) = A(n-1,k+1) + Sum_{j=0..k} A(n-1,j)*A(k-j,0) with A(0,k) = 1.at n=34A392095