login
A038775
a(n) is the number of cycles of the permutation that converts forest(n) of depth-first planar planted binary trees into breadth-first representation.
4
1, 2, 3, 6, 10, 12, 17, 26, 34, 50, 56, 68, 82, 94, 113
OFFSET
1,2
COMMENTS
The first a(n) terms of A038774 add up to Catalan(n) = A000108(n).
LINKS
Sean A. Irvine, Java program (github)
EXAMPLE
a(5)=10 since there are 10 cycles in this permutation of forest(5), with lengths 1, 1, 3, 4, 3, 2, 16, 8, 2, 2 summing up to 42=Catalan(5).
CROSSREFS
Similarly generated sequences: A001683, A002995, A003239, A057507, A057513.
Sequence in context: A104074 A140785 A355177 * A065029 A239212 A280558
KEYWORD
nonn,more
AUTHOR
Wouter Meeussen, May 04 2000
EXTENSIONS
a(13)-a(15) from Sean A. Irvine, May 22 2022
STATUS
approved