OFFSET
0,3
COMMENTS
Elements per row: 1,1,2,4,8,16,30,... (given by A027423, number of positive divisors of n!)
The only closed binary operations that are both commutative and anti-commutative are those on sets of size <= 1. The significance of non-commutative (and non-anti-associative) in the name is that it excludes this possibility. Otherwise, the first two terms would be 1. - Andrew Howroyd, Jan 26 2022
LINKS
Andrew Howroyd, Table of n, a(n) for n = 0..217 (rows 0..8)
C. van den Bosch, Closed binary operations on small sets
FORMULA
EXAMPLE
Triangle T(n,k) begins:
0;
0;
2, 0;
2, 0, 0, 0;
2, 0, 0, 0, 1, 0, 0, 0;
2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0;
...
CROSSREFS
KEYWORD
nonn,tabf
AUTHOR
Christian van den Bosch (cjb(AT)cjb.ie), Jan 03 2003
EXTENSIONS
a(0)=0 prepended and terms a(16) and beyond from Andrew Howroyd, Jan 26 2022
STATUS
approved