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-3 of 3 results.

A370770 Triangle read by rows: T(n,k) is the number of k-trees with n unlabeled nodes.

Original entry on oeis.org

1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 3, 2, 1, 1, 1, 1, 6, 5, 2, 1, 1, 1, 1, 11, 12, 5, 2, 1, 1, 1, 1, 23, 39, 15, 5, 2, 1, 1, 1, 1, 47, 136, 58, 15, 5, 2, 1, 1, 1, 1, 106, 529, 275, 64, 15, 5, 2, 1, 1, 1, 1, 235, 2171, 1505, 331, 64, 15, 5, 2, 1, 1, 1
Offset: 0

Views

Author

Andrew Howroyd, Mar 01 2024

Keywords

Examples

			Triangle begins:
  1;
  1,   1;
  1,   1,   1;
  1,   1,   1,   1;
  1,   2,   1,   1,  1;
  1,   3,   2,   1,  1,  1;
  1,   6,   5,   2,  1,  1, 1;
  1,  11,  12,   5,  2,  1, 1, 1;
  1,  23,  39,  15,  5,  2, 1, 1, 1;
  1,  47, 136,  58, 15,  5, 2, 1, 1, 1;
  1, 106, 529, 275, 64, 15, 5, 2, 1, 1, 1;
  ...
		

Crossrefs

Cf. A135021 (labeled version), A370771, A370772, A370773.

Formula

T(n,k) = A370771(n,k) + A370772(n,k) - A370773(n,k).

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.

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.
Showing 1-3 of 3 results.