login
A074685
Permutation of natural numbers induced by the Catalan bijection gmA074685! acting on the parenthesizations encoded by A014486/A063171.
13
0, 1, 3, 2, 6, 7, 8, 5, 4, 15, 14, 16, 17, 18, 19, 20, 21, 11, 12, 22, 13, 10, 9, 39, 40, 41, 38, 37, 43, 42, 44, 45, 46, 47, 48, 49, 50, 52, 51, 53, 54, 55, 56, 57, 58, 29, 28, 59, 30, 31, 32, 60, 61, 62, 33, 34, 63, 35, 25, 26, 64, 36, 27, 24, 23, 113, 112, 114, 115, 116
OFFSET
0,3
PROG
(Scheme function implementing this automorphism on list-structures:)
(define (gmA074685! s) (cond ((pair? s) (gmrobl! s) (gmA074685! (cdr s)))) s)
CROSSREFS
Inverse of A074686. a(n) = A057163(A074689(A057163(n))). Occurs in A073200 as row 5572436.
Sequence in context: A082335 A074690 A122332 * A120706 A122295 A127291
KEYWORD
nonn
AUTHOR
Antti Karttunen, Sep 11 2002
STATUS
approved