%I #7 Mar 31 2012 13:21:12
%S 0,1,3,2,7,8,4,5,6,17,18,20,21,22,9,10,11,12,13,16,19,14,15,45,46,48,
%T 49,50,54,55,57,58,59,61,62,63,64,23,24,25,26,27,28,29,30,31,32,33,34,
%U 35,36,44,47,53,56,60,42,51,37,38,43,52,39,40,41,129,130,132,133,134
%N Signature permutation of a nonrecursive Catalan automorphism: row 65796 of table A089840.
%H A. Karttunen, <a href="/A089840/a089840p.txt">Prolog-program which illustrates the construction of this and other similar nonrecursive Catalan automorphisms.</a>
%H <a href="/index/Per#IntegerPermutationCatAuto">Index entries for signature-permutations of Catalan automorphisms</a>
%o (Scheme function, destructive implementation of this automorphism acting on S-expressions:) (define (*A123496! s) (cond ((null? s) s) ((and (pair? (car s)) (pair? (caar s))) (*A074680! s) (*A069770! s)) (else (*A074680! s))) s)
%Y Inverse: A123495. a(n) = A069770(A082352(n)). Row 65796 of A089840. Used to construct automorphism *A082358. Cf. A069770 and A074680.
%K nonn
%O 0,3
%A _Antti Karttunen_, Oct 11 2006