28310
domain: N
Appears in sequences
- Number of partitions of n into parts not of the form 13k, 13k+6 or 13k-6. Also number of partitions with at most 5 parts of size 1 and differences between parts at distance 5 are greater than 1.at n=44A035954
- At stage 1, start with a unit equilateral equiangular triangle. At each successive stage add 3*(n-1) new triangles around outside with edge-to-edge contacts. Sequence gives number of triangles (regardless of size) at n-th stage.at n=39A064412
- Number of partitions of n with two sorts of part 1.at n=14A090764
- Triangle read by rows: T(n,k) (1<=k<=n) given by T(n, 1) = T(n,n) = 1, otherwise T(n, k) = (m*n-m*k+1)*T(n-1,k-1) + (m*k-m+1)*T(n-1,k), where m = 5.at n=17A142460
- Triangle read by rows: T(n,k) (1<=k<=n) given by T(n, 1) = T(n,n) = 1, otherwise T(n, k) = (m*n-m*k+1)*T(n-1,k-1) + (m*k-m+1)*T(n-1,k), where m = 5.at n=18A142460
- Number of n X n symmetric binary matrices with each 1 adjacent to no more than 6 king-move neighboring 1s.at n=4A191482
- Sum of the even parts in the partitions of n into 5 parts.at n=42A309547