95928
domain: N
Appears in sequences
- Number of walks within N^3 (the first octant of Z^3) starting at (0,0,0) and consisting of n steps taken from {(-1, -1, 0), (-1, 1, -1), (0, 1, -1), (1, -1, 1), (1, 0, 1)}.at n=10A148883
- Regular triangle read by rows: T(n, k) = sum(i=0, n, sum(j=k, n, 3*(-1)^(k+j)*binomial(2*k,k)*binomial(j,i)*binomial(n,i)*binomial(i,n-j)/(2*(2*i-1)*(2*j+1)*(2*n-2*i-1)))).at n=34A262886