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.

A125699 Table, T(n,k) is the number of connected categories with n morphisms and k objects.

Original entry on oeis.org

1, 2, 7, 1, 35, 6, 228, 28, 2, 2237, 159, 11, 31559, 1075, 77, 3, 1668997, 9389, 497, 24
Offset: 1

Views

Author

Keywords

Comments

Connected in the sense that if the morphism direction and composition is ignored, resulting in a multigraph, that multigraph is connected.

Examples

			The table starts:
        1;
        2;
        7,    1;
       35,    6;
      228,   28,   2;
     2237,  159,  11;
    31559, 1075,  77,  3;
  1668997, 9389, 497, 24;
  ...
		

Crossrefs

Cf. A125696, A125698 (row sums), A110654 (row lengths), A058129 (column 1), A125700 (diagonal sums), A125702 (T(2n-1, n)).

Extensions

a(14)-a(20) from Ben Spitz, Sep 02 2023