26988
domain: N
Appears in sequences
- Row sums of triangle A144825.at n=38A144826
- T(n,k) counts ordered complete ternary trees with 2*n-1 leaves having k internal vertices colored black, the remaining n-1-k internal vertices colored white, and such that each vertex and its rightmost child have different colors.at n=31A196201
- T(n,k) counts ordered complete ternary trees with 2*n-1 leaves having k internal vertices colored black, the remaining n-1-k internal vertices colored white, and such that each vertex and its rightmost child have different colors.at n=32A196201
- p-INVERT of the quarter-squares (A002620), where p(S) = 1 - S - S^2.at n=8A289802
- Expansion of (1/(1 - x)) * Sum_{k>=0} x^(2*k+1) / Product_{j=1..2*k+1} (1 - x^j).at n=33A306145
- Array read by downward antidiagonals: A(n,k) = A(n-1,k+1) + (k+1)*Sum_{j=0..k} binomial(k, j)*A(n-1,j) with A(0,k) = 1, n >= 0, k >= 0.at n=38A370382