1188762
domain: N
Appears in sequences
- Number of n X 3 0..1 arrays with rows and columns in lexicographic nondecreasing order but with exactly one mistake.at n=9A278358
- a(0)=0; for n > 0, a(n) is the sum of the partial sums of binary digits of a(n-1) + 1, starting from the least significant digit, and given weights 1, 2, 2^2, etc.at n=10A290032