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.

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

Original entry on oeis.org

1, 1, 2, 5, 13, 34, 87
Offset: 1

Views

Author

Gus Wiseman, Aug 21 2018

Keywords

Comments

A rooted tree is totally transitive if every branch of the root is totally transitive and every branch of a branch of the root is also a branch of the root.

Examples

			Inequivalent representatives of the a(6) = 34 leaf-colorings:
  (11(11))  (11111)  (111(1))  (1(111))  (1(1)(1))
  (11(12))  (11112)  (111(2))  (1(112))  (1(1)(2))
  (11(22))  (11122)  (112(1))  (1(122))  (1(2)(2))
  (11(23))  (11123)  (112(2))  (1(123))  (1(2)(3))
  (12(11))  (11223)  (112(3))  (1(222))
  (12(12))  (11234)  (123(1))  (1(223))
  (12(13))  (12345)  (123(4))  (1(234))
  (12(33))
  (12(34))
		

Crossrefs