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!)
A130926 Signature permutation of a Catalan automorphism: Inverse KROF-transform of automorphism *A120705. 4
0, 1, 3, 2, 7, 8, 4, 6, 5, 17, 18, 20, 21, 22, 9, 10, 14, 15, 19, 11, 16, 12, 13, 45, 46, 48, 49, 50, 54, 55, 57, 58, 59, 61, 62, 63, 64, 23, 24, 25, 26, 27, 37, 38, 39, 40, 41, 51, 52, 56, 60, 28, 29, 42, 43, 44, 30, 53, 36, 32, 33, 47, 31, 35, 34, 129, 130, 132, 133, 134 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
This is the unique Catalan automorphism f, such that *A120705 = (KROF f). See A122202 for the definition of KROF.
LINKS
PROG
(Destructive Scheme implementation of this automorphism, which acts on S-expressions, i.e. list-structures:)
(define (*A130926! s) (cond ((pair? s) (*A120706! (cdr s)) (*A120706! (car s)) (*A120705! s))) s)
CROSSREFS
Inverse: A130925. Cf. A130923 & A130924.
Sequence in context: A122324 A074688 A130998 * A069774 A089861 A072092
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jun 11 2007
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 19 06:44 EDT 2024. Contains 371782 sequences. (Running on oeis4.)