This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A127286 #5 Mar 31 2012 13:21:13 %S A127286 0,1,2,3,4,6,5,7,8,9,11,14,16,19,10,15,12,17,18,13,20,21,22,23,28,25, %T A127286 30,33,37,39,42,44,47,51,53,56,60,24,29,38,43,52,26,40,31,45,46,32,48, %U A127286 49,50,27,41,34,54,55,35,57,58,59,36,61,62,63,64,65,70,79,84,93,67,81 %N A127286 Signature-permutation of a Catalan automorphism: ENIPS-transformation of *A057508. %C A127286 ENIPS-transformation is explained in A122204. This automorphism permutes the top-level of a list of even length (1 ... 2n) as (2 4 6 ... 2n-2 2n 2n-1 2n-3 ... 5 3 1) and when applied to a list of odd length (1 .. 2n+1), permutes it as (2 4 6 ... 2n-2 2n 2n+1 2n-1 2n-3 ... 5 3 1). Used to construct A127288. %H A127286 <a href="/index/Per#IntegerPermutationCatAuto">Index entries for signature-permutations of Catalan automorphisms</a> %o A127286 (Scheme implementation of this automorphism, destructive, that acts on S-expressions, i.e. list-structures:) %o A127286 (define (*A127286! s) (cond ((pair? s) (*A127286! (cdr s)) (*A057508! s))) s) %Y A127286 Inverse: A127285. a(n) = A057508(A127288(n)). %K A127286 nonn %O A127286 0,3 %A A127286 _Antti Karttunen_, Jan 16 2007