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.

Showing 1-2 of 2 results.

A365510 Number of n-vertex binary trees that do not contain 0((00)[0(00)]) as a subtree.

Original entry on oeis.org

1, 2, 5, 14, 41, 123, 376, 1168, 3678, 11716, 37688, 122261, 399533, 1314023
Offset: 1

Views

Author

Torsten Muetze, Sep 07 2023

Keywords

Comments

By 'binary tree' we mean a rooted, ordered tree which is either empty, denoted by 0, or it has both a left subtree L and a right subtree R (which can be empty), and then it is denoted by (LR) if it is attached by a contiguous edge to its parent, [LR] if attached by a non-contiguous edge, or LR if it is does not have a parent, i.e., if is the root. A contiguous edge in the pattern tree corresponds to a parent-child relation in the host tree (as in Rowland's paper), whereas a non-contiguous edge in the pattern tree corresponds to an ancestor-descendant relation in the host tree (as in the paper by Dairyko, Pudwell, Tyner, and Wynn).
Number of n-vertex binary trees that do not contain P as a subtree, where P is one of 0((00)[(00)0]), 0((0[0(00)])0), 0((0[(00)0])0), (00)(0[0(00)]), (00)(0[(00)0]).

Crossrefs

Cf. A007051 for pattern 0[[00][0[00]]], i.e., same tree shape, but all edges non-contiguous.
Cf. A159768 for pattern 0((00)(0(00))), i.e., same tree shape, but all edges contiguous.

A161746 The number of equivalence classes of n-leaf binary trees with respect to contiguous pattern avoidance.

Original entry on oeis.org

1, 1, 1, 2, 3, 7, 15, 43, 136
Offset: 1

Views

Author

Eric Rowland, Jun 17 2009

Keywords

Examples

			Representatives of the a(6) = 7 equivalence classes of 6-leaf binary trees are given in A036766, A159768, A159769, A159770, A159771, A159772, and A159773.
		

Crossrefs

Cf. A099952.

Extensions

Per Cherkasov and Piontkovski, a(8) corrected by Eric Rowland, May 22 2021
a(9) from Eric Rowland, Apr 25 2024
Showing 1-2 of 2 results.