84196
domain: N
Appears in sequences
- Triangular array read by rows: T(n,1) = T(n,n) = 1, T(n,k) = 4*T(n-1, k-1) + 2*T(n-1, k).at n=42A119726
- Equals two maps: number of n X 3 binary arrays indicating the locations of corresponding elements equal to exactly two of their horizontal and antidiagonal neighbors in a random 0..1 n X 3 array.at n=6A220324
- T(n,k)=Equals two maps: number of nXk binary arrays indicating the locations of corresponding elements equal to exactly two of their horizontal and antidiagonal neighbors in a random 0..1 nXk array.at n=42A220328
- Equals two maps: number of 7Xn binary arrays indicating the locations of corresponding elements equal to exactly two of their horizontal and antidiagonal neighbors in a random 0..1 7Xn array.at n=2A220334
- Number of nX4 0..2 arrays with no more than floor(nX4/2) elements equal to at least one horizontal, vertical or antidiagonal neighbor, with new values introduced in row major 0..2 order.at n=3A223146
- T(n,k)=Number of nXk 0..2 arrays with no more than floor(nXk/2) elements equal to at least one horizontal, vertical or antidiagonal neighbor, with new values introduced in row major 0..2 order.at n=24A223149
- Sum of divisors of n and product of divisors of n are both perfect cubes.at n=17A244428
- Let x be the sum of the divisors d_i of k such that d_i | sigma(k). Sequence lists the numbers k for which x^3 = sigma(k).at n=8A284284
- Wiener index of the n X n fiveleaper graph.at n=7A292040