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