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.

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

Original entry on oeis.org

1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 4, 2, 1, 1, 1, 9, 6, 2, 1, 1, 1, 20, 21, 6, 2, 1, 1, 1, 48, 83, 25, 6, 2, 1, 1, 1, 115, 356, 126, 25, 6, 2, 1, 1, 1, 286, 1599, 745, 135, 25, 6, 2, 1, 1, 1, 719, 7434, 4784, 895, 135, 25, 6, 2, 1, 1, 1, 1842, 35381, 32372, 6846, 915, 135, 25, 6, 2, 1, 1
Offset: 0

Views

Author

Andrew Howroyd, Mar 01 2024

Keywords

Comments

A front is a k-clique.

Examples

			Triangle begins:
  1;
  1,   1;
  1,   1,    1;
  1,   2,    1,    1;
  1,   4,    2,    1,   1;
  1,   9,    6,    2,   1,   1;
  1,  20,   21,    6,   2,   1,  1;
  1,  48,   83,   25,   6,   2,  1, 1;
  1, 115,  356,  126,  25,   6,  2, 1, 1;
  1, 286, 1599,  745, 135,  25,  6, 2, 1, 1;
  1, 719, 7434, 4784, 895, 135, 25, 6, 2, 1, 1;
  ...
		

Crossrefs

Columns k=0..2 are A000012, A000081, A058866.
Cf. A370770 (unrooted), A370772, A370773.