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.

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.