login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A129609
Signature-permutation of a Catalan automorphism, row 65167 of A089840.
3
0, 1, 3, 2, 7, 6, 8, 4, 5, 17, 18, 14, 15, 16, 20, 19, 21, 9, 10, 22, 11, 12, 13, 45, 46, 48, 49, 50, 37, 38, 39, 40, 41, 42, 43, 44, 47, 54, 55, 51, 52, 53, 57, 56, 58, 23, 24, 59, 25, 26, 27, 61, 60, 62, 28, 29, 63, 30, 31, 32, 64, 33, 34, 35, 36, 129, 130, 132, 133, 134
OFFSET
0,3
COMMENTS
Automorphism *A074679 = ENIPS(*A129609). See the definition given in A122204.
PROG
(Constructive and destructive Scheme implementation of this automorphism. These act on S-expressions, i.e. list-structures:)
(define (*A129609 s) (cond ((pair? s) (*A074679 (cons (car s) (*A074680 (cdr s))))) (else s)))
(define (*A129609! s) (cond ((pair? s) (*A074680! (cdr s)) (*A074679! s))) s)
CROSSREFS
Inverse: A129610.
Sequence in context: A130930 A072095 A131009 * A130924 A073269 A122329
KEYWORD
nonn
AUTHOR
Antti Karttunen, May 22 2007
STATUS
approved