74026
domain: N
Appears in sequences
- Number of partitions of n such that the number of even parts is a part or the number of odd parts is a part.at n=47A240576
- a(n) = a(n-1) + a(n-2) + a([n/2]) + a([n/3]) + ... + a([n/n]), where a(0) = 1, a(1) = 1, a(2) = 1.at n=21A298356
- Number of binary matrices with 3 distinct columns and any number of nonzero rows with n ones in every column and rows in nonincreasing lexicographic order.at n=30A331390