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 A261217 #22 Sep 24 2015 01:40:58 %S A261217 0,1,1,2,0,2,3,3,5,3,4,2,0,4,4,5,5,4,1,3,5,6,4,3,5,5,2,6,7,7,1,2,1,4, %T A261217 7,7,8,6,8,0,0,0,14,6,8,9,9,11,9,2,1,15,15,11,9,10,8,6,10,10,3,22,14, %U A261217 12,10,10,11,11,10,7,9,11,23,23,16,13,9,11,12,10,9,11,11,8,0,22,21,17,17,8,12,13,13,7,8,7,10,1,1,19,20,13,16,19,13,14,12,14,6,6,6,12,0,2,18,18,12,8,18,14 %N A261217 A(i,j) = rank (in A060118) of the composition of the i-th and the j-th permutation in table A060118, which lists all finite permutations. %C A261217 The square array A(row>=0, col>=0) is read by downwards antidiagonals as: A(0,0), A(0,1), A(1,0), A(0,2), A(1,1), A(2,0), A(0,3), A(1,2), A(2,1), A(3,0), ... %C A261217 A(i,j) gives the rank (in ordering used by table A060118) of the permutation which is obtained by composing permutations p and q listed as the i-th and the j-th permutation in irregular table A060118 (note that the identity permutation is the 0th). Here the convention is that "permutations act of the left", thus, if p1 and p2 are permutations, then the product of p1 and p2 (p1 * p2) is defined such that (p1 * p2)(i) = p1(p2(i)) for i=1... %C A261217 Equally, A(i,j) gives the rank in A060117 of the composition of the i-th and the j-th permutation in A060117, when convention is that "permutations act on the right". %C A261217 Each row and column is a permutation of A001477, because this is the Cayley table ("multiplication table") of an infinite enumerable group, namely, that subgroup of the infinite symmetric group (S_inf) which consists of permutations moving only finite number of elements. %H A261217 Antti Karttunen, <a href="/A261217/b261217.txt">Table of n, a(n) for n = 0..7259; the first 120 antidiagonals of array</a> %H A261217 Wikipedia, <a href="https://en.wikipedia.org/wiki/Cayley_table">Cayley table</a> %F A261217 By conjugating with related permutations and arrays: %F A261217 A(i,j) = A060125(A261216(A060125(i),A060125(j))). %F A261217 A(i,j) = A060127(A261096(A060120(i),A060120(j))). %F A261217 A(i,j) = A060126(A261097(A060119(i),A060119(j))). %e A261217 The top left corner of the array: %e A261217 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, ... %e A261217 1, 0, 3, 2, 5, 4, 7, 6, 9, 8, 11, 10, 13, ... %e A261217 2, 5, 0, 4, 3, 1, 8, 11, 6, 10, 9, 7, 14, ... %e A261217 3, 4, 1, 5, 2, 0, 9, 10, 7, 11, 8, 6, 15, ... %e A261217 4, 3, 5, 1, 0, 2, 10, 9, 11, 7, 6, 8, 16, ... %e A261217 5, 2, 4, 0, 1, 3, 11, 8, 10, 6, 7, 9, 17, ... %e A261217 6, 7, 14, 15, 22, 23, 0, 1, 12, 13, 18, 19, 8, ... %e A261217 7, 6, 15, 14, 23, 22, 1, 0, 13, 12, 19, 18, 9, ... %e A261217 8, 11, 12, 16, 21, 19, 2, 5, 14, 17, 20, 23, 6, ... %e A261217 9, 10, 13, 17, 20, 18, 3, 4, 15, 16, 21, 22, 7, ... %e A261217 10, 9, 17, 13, 18, 20, 4, 3, 16, 15, 22, 21, 11, ... %e A261217 11, 8, 16, 12, 19, 21, 5, 2, 17, 14, 23, 20, 10, ... %e A261217 12, 19, 8, 21, 16, 11, 14, 23, 2, 20, 17, 5, 0, ... %e A261217 ... %e A261217 For A(1,2) (row=1, column=2, both starting from zero), we take as permutation p the permutation which has rank=1 in the ordering used by A060118, which is a simple transposition (1 2), which we can extend with fixed terms as far as we wish (e.g., like {2,1,3,4,5,...}), and as permutation q we take the permutation which has rank=2 (in the same list), which is {1,3,2}. We compose these from the left, so that the latter one, q, acts first, thus c(i) = p(q(i)), and the result is permutation {2,3,1}, which is listed as the 3rd one in A060118, thus A(1,2) = 3. %e A261217 For A(2,1) we compose those two permutations in opposite order, as d(i) = q(p(i)), which gives permutation {3,1,2} which is listed as the 5th one in A060118, thus A(2,1) = 5. %Y A261217 Transpose: A261216. %Y A261217 Row 0 & Column 0: A001477 (identity permutation) %Y A261217 Row 1: A004442. %Y A261217 Column 1: A261218. %Y A261217 Main diagonal: A261219. %Y A261217 Cf. also A060117, A060118, A261096, A261097. %Y A261217 Cf. also A089839. %Y A261217 Permutations used in conjugation-formulas: A060119, A060120, A060125, A060126, A060127. %K A261217 nonn,tabl %O A261217 0,4 %A A261217 _Antti Karttunen_, Aug 26 2015