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.

A383448 Irregular triangle read by rows: T(n,k) (n>=1, k>=0) is the number of trees with n nodes in which there are k edges whose end-vertices have the same degree.

Original entry on oeis.org

1, 0, 1, 1, 1, 1, 2, 0, 1, 3, 2, 0, 1, 6, 3, 1, 0, 1, 9, 7, 5, 1, 0, 1, 19, 12, 10, 4, 1, 0, 1, 33, 33, 18, 15, 5, 1, 0, 1, 67, 66, 54, 26, 15, 5, 1, 0, 1, 130, 154, 128, 77, 36, 18, 6, 1, 0, 1, 270, 344, 309, 199, 110, 40, 21, 6, 1, 0, 1, 547, 806, 752, 530, 294, 147, 50, 24, 7, 1, 0, 1
Offset: 1

Views

Author

N. J. A. Sloane, May 01 2025

Keywords

Comments

T(n,0) is the number of "peerless" trees on n nodes (see A383447). The row sums are A000055.
For n >= 3, row n has n-2 entries.

Examples

			Triangle begins:
   1,
   0, 1,
   1,
   1, 1,
   2, 0, 1,
   3, 2, 0, 1,
   6, 3, 1, 0, 1,
   9, 7, 5, 1, 0, 1,
   19, 12, 10, 4, 1, 0, 1,
   33, 33, 18, 15, 5, 1, 0, 1,
   67, 66, 54, 26, 15, 5, 1, 0, 1,
   130, 154, 128, 77, 36, 18, 6, 1, 0, 1,
   270, 344, 309, 199, 110, 40, 21, 6, 1, 0, 1,
   547, 806, 752, 530, 294, 147, 50, 24, 7, 1, 0, 1
   ...
Enough rows are shown to demonstrate that the leading entry only dominates for small n. - _N. J. A. Sloane_, May 04 2025
		

References

  • F. Harary, Graph Theory. Addison-Wesley, Reading, MA, 1969, p. 233.

Crossrefs

Extensions

More terms from Jakub Buczak, May 04 2025.