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.

A318229 Number of inequivalent leaf-colorings of transitive rooted trees with n nodes.

Original entry on oeis.org

1, 1, 2, 5, 13, 34, 92, 255
Offset: 1

Views

Author

Gus Wiseman, Aug 21 2018

Keywords

Comments

In a transitive rooted tree, every branch of a branch of the root is also a branch of the root.

Examples

			Inequivalent representatives of the a(5) = 13 leaf-colorings:
  (1111)  (1(11))  (11(1))
  (1112)  (1(12))  (11(2))
  (1122)  (1(22))  (12(1))
  (1123)  (1(23))  (12(3))
  (1234)
		

Crossrefs