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.

A154125 Self-inverse signature permutation of a Catalan bijection: row 83 of A089840.

Original entry on oeis.org

0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 16, 19, 14, 17, 18, 15, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 44, 47, 53, 56, 60, 42, 51, 37, 45, 46, 38, 48, 49, 50, 43, 52, 39, 54, 55, 40, 57, 58, 59, 41, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71
Offset: 0

Views

Author

Antti Karttunen, Jan 06 2009

Keywords

Comments

This bijection of binary trees swaps the left and right subtree of a binary tree, but ONLY if BOTH are nonempty. If either the left or right hand side tree is empty, fixes the tree.
.A...B.C...D.......C...D.A...B.
..\./...\./.........\./...\./..
...x.....x...--->....x.....x...
....\.../.............\.../....
......x.................x......
...............................
((a . b) . (c . d)) -> ((c . d) . (a . b))
or fix, if either the left or right hand side subtree is empty.

Crossrefs

Inverse: A154125. a(n) = A069770(A154126(n)) = A154126(A069770(n)).