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.

A283827 Irregular triangle read by rows: T(n,k) = number of trees on n nodes with load k, n>=1, 1 <= k <= floor(n/2).

Original entry on oeis.org

0, 1, 1, 1, 1, 1, 2, 1, 2, 3, 1, 3, 7, 1, 3, 9, 10, 1, 4, 12, 30, 1, 4, 18, 38, 45, 1, 5, 21, 64, 144, 1, 5, 27, 91, 217, 210
Offset: 1

Views

Author

N. J. A. Sloane, Mar 19 2017

Keywords

Comments

The load of a tree is the maximal branch weight from the centroid.

Examples

			Triangle begins:
  0,
  1,
  1,
  1, 1,
  1, 2,
  1, 2,  3,
  1, 3,  7,
  1, 3,  9, 10,
  1, 4, 12, 30,
  1, 4, 18, 38,  45,
  1, 5, 21, 64, 144,
  1, 5, 27, 91, 217, 210,
  ...
		

Crossrefs