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!)
A085163 Permutation of natural numbers induced by the Catalan bijection gma085163 acting on symbolless S-expressions encoded by A014486/A063171. 8
0, 1, 2, 3, 4, 6, 7, 5, 8, 9, 11, 14, 16, 19, 17, 20, 12, 10, 18, 21, 15, 13, 22, 23, 25, 28, 30, 33, 37, 39, 42, 44, 56, 51, 53, 47, 60, 45, 48, 54, 57, 61, 31, 34, 26, 24, 46, 49, 38, 32, 59, 58, 62, 40, 29, 55, 35, 43, 27, 50, 63, 52, 41, 36, 64, 65, 67, 70, 72, 75 (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 (gma085163! s) (cond ((null? s) s) (else (app-to-xrt! (gma085161! (car s)) (append! (map gma085161! (cdr s)) (list (list)))))))
CROSSREFS
Inverse: A085164. a(n) = A085161(A057508(n)). Occurs in A073200. Cf. also A085171, A085172. Scheme-function app-to-xrt given in A085203.
Number of fixed points 1, 1, 2, 2, 3, 4, 7, 11, 21, 36, 71, ... in range [A014137(n-1)..A014138(n-1)] of this permutation appears to be A051920 after the initial two ones.
Sequence in context: A073194 A085159 A085171 * A084469 A085166 A073206
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jun 23 2003
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 June 4 13:10 EDT 2024. Contains 373098 sequences. (Running on oeis4.)