OFFSET
0,2
COMMENTS
These encode symmetric (palindromic) structures in many of the Catalan families, e.g. mountain ranges, parenthesizations, unlabeled rooted plane trees.
LINKS
FORMULA
a(0) = 0 and the rest with the Maple function map(op, [seq(PalTotBalBinSequences(j), j=1..10)]);
EXAMPLE
E.g. the 45th term 11146 is 10101110001010 in binary and can be interpreted as a parenthesization: ( )( )((( )))( )( )
MAPLE
map(op, [seq(PalTotBalBinSequences(j), j=1..10)]);
PalTotBalBinSequences := n -> map(ReflectBinSeq, NonDivingLatticeSequences(n), n);
CROSSREFS
KEYWORD
nonn
AUTHOR
Antti Karttunen, May 11 2001
STATUS
approved