cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A079207 Number of isomorphism classes of associative non-commutative non-anti-associative non-anti-commutative closed binary operations on a set of order n, listed by class size.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 4, 6, 0, 0, 0, 4, 4, 0, 46, 73, 0, 0, 0, 0, 4, 0, 0, 8, 0, 2, 36, 0, 43, 2, 473, 1020, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 8, 0, 0, 4, 0, 36, 0, 0, 0, 0, 84, 0, 0, 38, 415, 0, 758, 32, 6682, 18426, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8
Offset: 0

Views

Author

Christian van den Bosch (cjb(AT)cjb.ie), Jan 03 2003

Keywords

Comments

Elements per row: 1,1,2,4,8,16,30,... (given by A027423, number of positive divisors of n!)

Examples

			Triangle T(n,k) begins:
  0;
  0;
  0, 0;
  0, 0, 4, 6;
  0, 0, 0, 4, 4, 0, 46, 73;
  0, 0, 0, 0, 4, 0, 0, 8, 0, 2, 36, 0, 43, 2, 473, 1020;
  ...
		

Crossrefs

Formula

A079202(n,k) + A079203(n,k) + A079204(n,k) + A079205(n,k) + A079197(n,k) + A079208(n,k) + T(n,k) + A079201(n,k) = A079171(n,k).
A079240(n) = Sum_{k>=1} T(n,k)*A079210(n,k).
T(n,k) = A079175(n,k) - A079201(n,k) - A079208(n,k). - Andrew Howroyd, Jan 27 2022

Extensions

a(0)=0 prepended and terms a(16) and beyond from Andrew Howroyd, Jan 27 2022