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.

A370773 Triangle read by rows: T(n,k) is the number of k-trees with n unlabeled nodes rooted at a hedron with a designated front.

Original entry on oeis.org

0, 1, 0, 1, 1, 0, 1, 2, 1, 0, 1, 5, 2, 1, 0, 1, 12, 7, 2, 1, 0, 1, 30, 26, 7, 2, 1, 0, 1, 74, 110, 30, 7, 2, 1, 0, 1, 188, 481, 159, 30, 7, 2, 1, 0, 1, 478, 2209, 940, 168, 30, 7, 2, 1, 0, 1, 1235, 10379, 6093, 1104, 168, 30, 7, 2, 1, 0, 1, 3214, 49868, 41367, 8428, 1124, 168, 30, 7, 2, 1, 0
Offset: 0

Views

Author

Andrew Howroyd, Mar 01 2024

Keywords

Examples

			Triangle begins:
  0;
  1,    0;
  1,    1,     0;
  1,    2,     1,    0;
  1,    5,     2,    1,    0;
  1,   12,     7,    2,    1,   0;
  1,   30,    26,    7,    2,   1,  0;
  1,   74,   110,   30,    7,   2,  1, 0;
  1,  188,   481,  159,   30,   7,  2, 1, 0;
  1,  478,  2209,  940,  168,  30,  7, 2, 1, 0;
  1, 1235, 10379, 6093, 1104, 168, 30, 7, 2, 1, 0;
  ...
		

Crossrefs

Columns k=1 is A000106.
Cf. A370770 (unrooted), A370771, A370772.