cp's OEIS Frontend

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.

Previous Showing 11-19 of 19 results.

A153831 Index sequence to A089840: set-wise difference of A153829 and A153830.

Original entry on oeis.org

68, 73, 74, 83, 84, 87, 88, 183, 184, 189, 190, 199, 202, 203, 252, 254, 261, 262, 268, 269, 270, 271, 515, 537, 539, 573, 575, 591, 593, 871, 894, 895, 990, 995, 996, 1110, 1132, 1134, 1466, 1489, 1490, 1585, 1590, 1591, 1600, 1601, 1604, 1605, 2213
Offset: 0

Views

Author

Antti Karttunen, Jan 07 2009

Keywords

Comments

The terms give the positions to bijections in A089840 which preserve A153835/A127302 (the non-oriented form of binary trees), but do not extend uniquely to automorphisms of an infinite binary tree.

Crossrefs

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.

Original entry on oeis.org

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, 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, 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
Offset: 0

Views

Author

Antti Karttunen, Aug 26 2015

Keywords

Comments

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), ...
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...
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".
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.

Examples

			The top left corner of the array:
   0,  1,  2,  3,  4,  5,  6,  7,  8,  9, 10, 11, 12, ...
   1,  0,  3,  2,  5,  4,  7,  6,  9,  8, 11, 10, 13, ...
   2,  5,  0,  4,  3,  1,  8, 11,  6, 10,  9,  7, 14, ...
   3,  4,  1,  5,  2,  0,  9, 10,  7, 11,  8,  6, 15, ...
   4,  3,  5,  1,  0,  2, 10,  9, 11,  7,  6,  8, 16, ...
   5,  2,  4,  0,  1,  3, 11,  8, 10,  6,  7,  9, 17, ...
   6,  7, 14, 15, 22, 23,  0,  1, 12, 13, 18, 19,  8, ...
   7,  6, 15, 14, 23, 22,  1,  0, 13, 12, 19, 18,  9, ...
   8, 11, 12, 16, 21, 19,  2,  5, 14, 17, 20, 23,  6, ...
   9, 10, 13, 17, 20, 18,  3,  4, 15, 16, 21, 22,  7, ...
  10,  9, 17, 13, 18, 20,  4,  3, 16, 15, 22, 21, 11, ...
  11,  8, 16, 12, 19, 21,  5,  2, 17, 14, 23, 20, 10, ...
  12, 19,  8, 21, 16, 11, 14, 23,  2, 20, 17,  5,  0, ...
  ...
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.
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.
		

Crossrefs

Transpose: A261216.
Row 0 & Column 0: A001477 (identity permutation)
Row 1: A004442.
Column 1: A261218.
Main diagonal: A261219.
Cf. also A089839.
Permutations used in conjugation-formulas: A060119, A060120, A060125, A060126, A060127.

Formula

By conjugating with related permutations and arrays:
A(i,j) = A060125(A261216(A060125(i),A060125(j))).
A(i,j) = A060127(A261096(A060120(i),A060120(j))).
A(i,j) = A060126(A261097(A060119(i),A060119(j))).

A089843 Involution of natural numbers which shows the position of the inverse of each non-recursive Catalan automorphism in table A089840.

Original entry on oeis.org

0, 1, 2, 3, 6, 5, 4, 7, 8, 11, 10, 9, 17, 18, 19, 21, 20, 12, 13, 14, 16, 15, 22, 23, 26, 25, 24, 27, 28, 35, 44, 43, 36, 33, 40, 29, 32, 37, 42, 39, 34, 41, 38, 31, 30, 45, 46, 49, 48, 47, 50, 51, 58, 67, 66, 59, 56, 63, 52, 55, 60, 65, 62, 57, 64, 61, 54, 53, 68, 69, 72, 71
Offset: 0

Views

Author

Antti Karttunen, Dec 05 2003

Keywords

Crossrefs

A153828 Index sequence to A089840: set-wise difference of A153827 and A153826.

Original entry on oeis.org

8, 45, 71, 115, 119, 121, 125, 127, 396, 397, 398, 399, 514, 525, 526, 532, 633, 635, 636, 637, 656, 657, 658, 659, 660, 661, 752, 757, 758, 874, 880, 888, 892, 993, 1001, 1120, 1121, 1126, 1127, 1156, 1157, 1168, 1169, 1174, 1175, 1347, 1394, 1395
Offset: 0

Views

Author

Antti Karttunen, Jan 07 2009

Keywords

Comments

The terms give the positions of bijections in A089840 which preserve A129593, but not A127301.

Crossrefs

A089831 Triangle T(n,m) (read as T(1,1); T(2,1), T(2,2); T(3,1), T(3,2), T(3,3);) Number of distinct non-recursive Catalan Automorphisms whose minimum clause-representation requires examination of n nodes in total, divided into m non-default clauses.

Original entry on oeis.org

1, 10, 0, 115, 10, 0, 1666, 139, 0, 0, 30198, 2570, 0, 0, 0, 665148, 47878, 904, 0, 0, 0, 17296851, 1017174, 20972, 0, 0, 0, 0
Offset: 1

Views

Author

Antti Karttunen, Dec 05 2003

Keywords

Examples

			...... Triangle............................ Row sums
........1........................................1
.......10.......0...............................10
......115......10...0..........................125 = 5^3
.....1666.....139...0....0....................1805 = 5*19^2
....30198....2570...0....0...0...............32768 = 32^3 = 8^5
...665148...47878...904..0...0...0..........713930
.17296851.1017174.20972..0...0...0...0....18334997
T(1,1)=1, as there is just one non-identity, non-recursive Catalan bijection with a single non-default clause opening a single node, namely A089840[1]=A069770.
T(2,1)=10, as there are the following non-recursive Catalan bijections (rows 2-11 of A089840): A072796, A089850, A089851, A089852, A089853, A089854, A072797, A089855, A089856, A089857, whose minimum clause-representation consists of a single non-default clause that opens two nodes.
T(3,2)=10, as there are the following non-recursive Catalan bijections (rows 12-21 of A089840): A074679, A089858, A073269, A089859, A089860, A074680, A089861, A073270, A089862, A089863, whose minimum clause-representation consists of a two non-default clauses with total 3 nodes opened.
		

Crossrefs

First column: A089833. Row sums: A089832. Row sums excluding the first column: A089834.

A123694 a(n) gives the A089840-index of the nonrecursive Catalan automorphism which is formed from A089840[n] by applying it to the left subtree of a binary tree and leaving the right-hand side subtree intact.

Original entry on oeis.org

0, 7, 91, 92, 93, 94, 95, 114, 115, 116, 117, 118, 4207, 4209, 4211, 4214, 4216, 4299, 4301, 4303, 4305, 4307, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1347
Offset: 0

Views

Author

Antti Karttunen, Oct 11 2006

Keywords

Comments

If the count of fixed points of the automorphism A089840[n] is given by sequence f, then the count of fixed points of the automorphism A089840[A123694(n)] is given by CONV(f,A000108) (where CONV stands for convolution). See also the comments at A122200.

Examples

			When A089840[1] = A069770 (swap binary tree sides) is applied to the left subtree of a binary tree, we get A089840[7] = A089854, thus a(1)=7. When A089840[12] = A074679 is applied to the left subtree of a binary tree, we get A089840[4207] = A089865, thus a(12)=4207.
		

A153834 Index sequence to A089840: position of A089840(n) when applied to the right hand side subtree.

Original entry on oeis.org

0, 3, 23, 27, 29, 33, 35, 46, 50, 52, 56, 58, 3655, 3659, 3667, 3677, 3681, 3747, 3751, 3759, 3763, 3771, 277, 281, 283, 287, 289, 299, 301, 305, 307, 311, 313, 323, 325, 329, 331, 335, 337, 347, 349, 353, 355, 359, 361, 396, 400, 402, 406, 408, 418, 420
Offset: 0

Views

Author

Antti Karttunen, Jan 07 2009

Keywords

Comments

The comments at A123694 concerning counts of fixed points apply also here.

Examples

			When A089840(1) = A069770 (swap binary tree sides) is applied to the right subtree of a binary tree, we get A089850 = A089840(3), thus a(1)=3. When A089840(12) = A074679 is applied to the right subtree of a binary tree, we get A154121 = A089840(3655), thus a(12)=3655.
		

Crossrefs

a(n) < A123694(n) for all n > 0. Used to construct A153832 and A153833.

A089832 Number of distinct non-recursive Catalan Automorphisms whose minimum clause-representation requires examination of n nodes in total. Row sums of A089831.

Original entry on oeis.org

1, 1, 10, 125, 1805, 32768, 713930, 18334997
Offset: 0

Views

Author

Antti Karttunen, Dec 05 2003

Keywords

Crossrefs

Cf. A089831.

A089842 Order of each element (row) in A089840, 0 if not finite.

Original entry on oeis.org

1, 2, 2, 2, 3, 2, 3, 2, 2, 3, 2, 3, 0, 0, 0, 4, 0, 0, 0, 0, 0, 4, 2, 2, 3, 2, 3, 2, 2, 3, 4, 3, 4, 2, 3, 3, 4, 2, 4, 2, 3, 2, 4, 3, 4, 2, 2, 3, 2, 3, 2, 2, 3, 4, 3, 4, 2, 3, 3, 4, 2, 4, 2, 3, 2, 4, 3, 4, 2, 2, 3, 2, 3, 2, 2, 3, 4, 3, 4, 2, 3, 3, 4, 2, 4, 2, 3, 2, 4, 3, 4, 2, 2, 3, 2, 3, 2, 2, 3, 4, 3, 4
Offset: 0

Views

Author

Antti Karttunen, Dec 05 2003

Keywords

Comments

If a(n) is nonzero, then the n-th non-recursive Catalan Automorphism in A089840 does not have orbits (cycles) larger than that and the corresponding LCM-sequence will set to a constant sequence a(n),a(n),a(n),a(n),... E.g. A089840[4] = A089851 is obtained by rotating three subtrees cyclically and its LCM-sequence begins as 1,1,1,3,3,3,3,3,3,3,3,... (a(4)=3). Similarly, A089840[15] = A089859, whose LCM-sequence begins as 1,1,2,4,4,4,4,4,4,4,4,.... (a(15)=4). In contrast, the Max. cycle and LCM-sequence (A089410) of A089840[12] (= A074679) exhibits genuine growth, thus a(12)=0.

Crossrefs

Note that the terms 1-23 of A060131: 2, 2, 3, 2, 3, 2, 2, 3, 4, 3, 4, 2, 3, 3, 4, 2, 4, 2, 3, 2, 4, 3, 4 repeat here at positions [22..44], [45..67], [68..90], [91..113], [114..136].
Previous Showing 11-19 of 19 results.