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!)
A085167 Permutation of natural numbers induced by the Catalan bijection gma085167 acting on symbolless S-expressions encoded by A014486/A063171. 1
0, 1, 3, 2, 5, 8, 7, 4, 6, 10, 13, 15, 18, 22, 12, 21, 17, 9, 11, 20, 14, 16, 19, 24, 27, 29, 32, 36, 38, 41, 43, 46, 50, 52, 55, 59, 64, 26, 35, 40, 49, 63, 31, 58, 45, 23, 25, 48, 28, 30, 33, 34, 62, 54, 37, 39, 57, 42, 44, 47, 61, 51, 53, 56, 60, 66, 69, 71, 74, 78 (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 (gma085167! s) (cond ((null? s) s) (else (app-to-xrt! (cdr s) (append! (car s) (list (list)))))))
CROSSREFS
Inverse: A085168. a(n) = A085159(A069770(n)). Occurs in A073200. Cf. also A074679, A074680, A085203.
Number of cycles in range [A014137(n-1)..A014138(n-1)] of this permutation, possibly shifted one term left or right: A001683. [To be checked.].
Sequence in context: A189951 A209776 A019594 * A127299 A342138 A029619
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 April 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)