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”).

A130926
Signature permutation of a Catalan automorphism: Inverse KROF-transform of automorphism *A120705.
4
0, 1, 3, 2, 7, 8, 4, 6, 5, 17, 18, 20, 21, 22, 9, 10, 14, 15, 19, 11, 16, 12, 13, 45, 46, 48, 49, 50, 54, 55, 57, 58, 59, 61, 62, 63, 64, 23, 24, 25, 26, 27, 37, 38, 39, 40, 41, 51, 52, 56, 60, 28, 29, 42, 43, 44, 30, 53, 36, 32, 33, 47, 31, 35, 34, 129, 130, 132, 133, 134
OFFSET
0,3
COMMENTS
This is the unique Catalan automorphism f, such that *A120705 = (KROF f). See A122202 for the definition of KROF.
PROG
(Destructive Scheme implementation of this automorphism, which acts on S-expressions, i.e. list-structures:)
(define (*A130926! s) (cond ((pair? s) (*A120706! (cdr s)) (*A120706! (car s)) (*A120705! s))) s)
CROSSREFS
Inverse: A130925. Cf. A130923 & A130924.
Sequence in context: A122324 A074688 A130998 * A069774 A089861 A072092
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jun 11 2007
STATUS
approved