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.

Showing 1-2 of 2 results.

A038018 Triangle: T(n,k), k<=n: groupoids with n elements and k idempotents.

Original entry on oeis.org

1, 0, 1, 3, 4, 3, 978, 1485, 729, 138, 56630832, 75503872, 37755904, 8390656, 700688, 813802235250650, 1017252851596875
Offset: 0

Views

Author

Christian G. Bower, May 15 1998

Keywords

Examples

			Triangle begins:
         1;
         0,        1;
         3,        4,        3;
       978,     1485,      729,     138;
  56630832, 75503872, 37755904, 8390656, 700688;
  ...
		

Crossrefs

Row sums are A001329.
Main diagonal is A030247.
Columns k=0..1 are A030250, A030253.

A030254 Number of nonisomorphic groupoids with 1 idempotent and a nontrivial symmetry.

Original entry on oeis.org

0, 0, 54, 12664
Offset: 1

Views

Author

Keywords

Crossrefs

Column k=1 of A038020.

Formula

a(n) = A030253(n) - A030271(n).

Extensions

a(3) corrected by Andrew Howroyd, Feb 02 2023
Showing 1-2 of 2 results.