63655
domain: N
Appears in sequences
- Number of n X n binary arrays symmetric under horizontal reflection with all ones connected only in a 1000-1000-1111 pattern in any orientation.at n=11A146595
- Triangle, read by rows, with row n forming the coefficients in Product_{k=0..n} (1 + k^3*x).at n=23A249677
- Triangle read by rows, Stirling cycle numbers of order 3, T(n,n) = 1, T(n,k) = 0 if k<0 or k>n, otherwise T(n,k) = T(n-1,k-1)+(n-1)^3*T(n-1,k), for n>=0 and 0<=k<=n.at n=33A269947
- a(n) = Sum_{1 <= i < j <= n} j^3*i^3.at n=6A347107