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!)
A082341 Permutation of natural numbers induced by the Catalan bijection gma082341 acting on the parenthesizations encoded by A014486/A063171. 5

%I #8 Oct 15 2015 10:55:24

%S 0,1,2,3,4,5,7,6,8,9,10,12,11,13,17,18,16,14,15,20,21,19,22,23,24,26,

%T 25,27,31,32,30,28,29,34,35,33,36,45,46,48,49,50,44,47,42,37,38,43,39,

%U 40,41,54,55,57,58,59,53,56,51,52,61,62,63,60,64,65,66,68,67,69

%N Permutation of natural numbers induced by the Catalan bijection gma082341 acting on the parenthesizations encoded by A014486/A063171.

%C This is A057163-conjugate of A073285.

%H A. Karttunen, <a href="http://www.iki.fi/~kartturi/matikka/Nekomorphisms/gatomorf.htm">Gatomorphisms</a> (with the complete Scheme source)

%H <a href="/index/Per#IntegerPermutationCatAuto">Index entries for signature-permutations induced by Catalan automorphisms</a>

%o (Scheme functions implementing this automorphism on list-structures:)

%o (define (gma082341! s) (cond ((pair? s) (gma082341! (car s)) (gma072797! s) (gma082341! (cdr s)))) s)

%Y Inverse of A082342. a(n) = A057163(A073285(A057163(n))). Occurs in A073200 as row 1800. Cf. also A072797, A082337-A082339.

%Y Differs from A082326 first time at n=39: a(39)=48, while A082326(39)=49.

%Y Number of cycles: A057513. Number of fixed-points: A057546. Max. cycle size: A000793. LCM of cycle sizes: A003418. (In range [A014137(n-1)..A014138(n-1)] of this permutation, possibly shifted one term left or right).

%K nonn

%O 0,3

%A _Antti Karttunen_, Apr 17 2003

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 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)