The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A074686 Permutation of natural numbers induced by the Catalan bijection gmA074686! acting on the parenthesizations encoded by A014486/A063171. 12
0, 1, 3, 2, 8, 7, 4, 5, 6, 22, 21, 17, 18, 20, 10, 9, 11, 12, 13, 14, 15, 16, 19, 64, 63, 58, 59, 62, 46, 45, 48, 49, 50, 54, 55, 57, 61, 27, 26, 23, 24, 25, 29, 28, 30, 31, 32, 33, 34, 35, 36, 38, 37, 39, 40, 41, 42, 43, 44, 47, 51, 52, 53, 56, 60, 196, 195, 189, 190, 194 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
A. Karttunen, Gatomorphisms (with the complete Scheme source)
PROG
(Scheme function implementing this automorphism on list-structures:)
(define (gmA074686! s) (cond ((pair? s) (gmA074686! (cdr s)) (gmrobr! s))) s)
CROSSREFS
Inverse of A074685. a(n) = A057163(A074690(A057163(n))). Occurs in A073200.
Sequence in context: A123500 A074689 A122331 * A120705 A122296 A122359
KEYWORD
nonn
AUTHOR
Antti Karttunen, Sep 11 2002
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 23 06:29 EDT 2024. Contains 372760 sequences. (Running on oeis4.)