OFFSET
3,4
COMMENTS
A t-ary rooted tree is called quasi-full if the root of every subtree with r elements (nodes or vertices) has exactly min(r-1,t) children.
LINKS
Salah Uddin Mohammad, Md. Shah Noor, and Md. Rashed Talukder, Recognition and Enumeration of the Quasi-Full Rooted Trees, Journal of Integer Sequences, Vol. 28 (2025), Article 25.6.3. See pp. 2, 17.
EXAMPLE
Triangle begins:
1;
1, 1;
2, 1, 1;
2, 2, 1, 1;
4, 3, 2, 1, 1;
5, 4, 3, 2, 1, 1;
9, 6, 5, 3, 2, 1, 1;
13, 10, 6, 5, 3, 2, 1, 1;
23, 15, 10, 7, 5, 3, 2, 1, 1;
35, 24, 14, 10, 7, 5, 3, 2, 1, 1;
61, 39, 23, 14, 11, 7, 5, 3, 2, 1, 1;
98, 63, 34, 21, 14, 11, 7, 5, 3, 2, 1, 1;
In particular, the rooted trees counted in the first three rows of the triangle are shown by using the Hasse diagram as follows:
---------
o o
\ /
o
----------------------
o |
| |
o o | o o o
\ / | \ | /
o | o
------------------------------------------------------
o o o o | o |
\ / | | | | |
o o o o | o o o | o o o o
\ / \ / | \ | / | \ \ / /
o o | o | o
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Salah Uddin Mohammad, Mar 17 2022
STATUS
approved
