OFFSET
0,5
COMMENTS
The condition that the rows be in decreasing order is equivalent to considering nonequivalent matrices with distinct rows up to permutation of rows.
LINKS
Andrew Howroyd, Table of n, a(n) for n = 0..50
FORMULA
a(n) = Sum_{k=0..n} Stirling1(n,k)*A188446(k).
EXAMPLE
The a(3) = 1 matrix is:
[1 1 1]
[1 1 0]
[1 0 1]
[1 0 0]
[0 1 1]
[0 1 0]
[0 0 1]
CROSSREFS
KEYWORD
nonn
AUTHOR
Andrew Howroyd, Jan 24 2020
STATUS
approved