OFFSET
0,3
COMMENTS
This bijection of binary trees can be obtained by applying bijection *A074680 to the right hand side subtree and leaving the left hand side subtree intact. See also comments at A154121.
.B...C...............C...D
..\./.................\./
...x...D....-->....B...x.................()..C ........C...()
....\./.............\./...................\./....-->....\./...
.A...x...........A...x.................A...x.........A...x....
..\./.............\./...................\./...........\./.....
...x...............x.....................x.............x......
..............................................................
That is, (a . ((b . c) . d)) -> (a . (b . (c . d)))
or (a . (() . c)) -> (a . (c . ())) if the former is not possible.
LINKS
PROG
CROSSREFS
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jan 06 2009
STATUS
approved