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.

A382060 Number of rooted ordered trees with n nodes such that the degree of each node is less than or equal to its depth plus one.

Original entry on oeis.org

1, 1, 1, 1, 2, 4, 10, 27, 77, 231, 719, 2302, 7541, 25177, 85405, 293635, 1021272, 3587674, 12713796, 45402113, 163244197, 590529759, 2147915920, 7851127319, 28826079193, 106268313333, 393218951710, 1459969448090, 5437679646441, 20311366912839, 76072367645347, 285623120079865, 1074888308119285
Offset: 0

Views

Author

John Tyler Rascoe, Mar 14 2025

Keywords

Comments

The root vertex is depth d=0 and is to have <= d+1 = 1 children so these are "planted" trees.

Examples

			a(5) = 4 counts:
                               depth:
   o     o       o       o       0
   |     |       |       |
   o     o       o       o       1
   |     |      / \     / \
   o     o     o   o   o   o     2
   |    / \    |           |
   o   o   o   o           o     3
   |
   o                             4
		

Crossrefs

Programs

  • PARI
    \\ see links
  • Python
    # see links