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.

Showing 1-4 of 4 results.

A073200 Number of simple Catalan bijections of type B.

Original entry on oeis.org

0, 1, 0, 3, 1, 0, 2, 2, 1, 0, 7, 3, 3, 1, 0, 8, 4, 2, 3, 1, 0, 6, 6, 8, 2, 3, 1, 0, 4, 5, 7, 7, 2, 3, 1, 0, 5, 7, 6, 6, 8, 2, 3, 1, 0, 17, 8, 5, 8, 7, 7, 2, 2, 1, 0, 18, 9, 4, 4, 6, 8, 7, 3, 3, 1, 0, 20, 10, 22, 5, 5, 5, 8, 4, 2, 2, 1, 0, 21, 14, 21, 17, 4, 4, 6, 5, 8, 3, 3, 1, 0
Offset: 0

Views

Author

Antti Karttunen, Jun 25 2002

Keywords

Comments

Each row is a permutation of nonnegative integers induced by a Catalan bijection (constructed as explained below) acting on the parenthesizations/plane binary trees as encoded and ordered by A014486/A063171.
The construction process is akin to the constructive mapping of primitive recursive functions to N: we have two basic primitives, A069770 (row 0) and A072796 (row 1), of which the former swaps the left and the right subtree of a binary tree and the latter exchanges the positions of the two leftmost subtrees of plane general trees, unless the tree's degree is less than 2, in which case it just fixes it. From then on, the even rows are constructed recursively from any other Catalan bijection in this table, using one of the five allowed recursion types:
0 - Apply the given Catalan bijection and then recurse down to both subtrees of the new binary tree obtained. (last decimal digit of row number = 2)
1 - First recurse down to both subtrees of the old binary tree and only after that apply the given Catalan bijection. (last digit = 4)
2 - Apply the given Catalan bijection and then recurse down to the right subtree of the new binary tree obtained. (last digit = 6)
3 - First recurse down to the right subtree of old binary tree and only after that apply the given Catalan bijection. (last digit = 8)
4 - First recurse down to the left subtree of old binary tree, after that apply the given Catalan bijection and then recurse down to the right subtree of the new binary tree. (last digit = 0)
The odd rows > 2 are compositions of the rows 0, 1, 2, 4, 6, 8, ... (i.e. either one of the primitives A069770 or A072796, or one of the recursive compositions) at the left hand side and any Catalan bijection from the same array at the right hand side. See the scheme-functions index-for-recursive-sgtb and index-for-composed-sgtb how to compute the positions of the recursive and ordinary compositions in this table.

Crossrefs

Four other tables giving the corresponding cycle-counts: A073201, counts of the fixed elements: A073202, the lengths of the largest cycles: A073203, the LCM's of all the cycles: A073204. The ordinary compositions are encoded using the N X N -> N bijection A054238 (which in turn uses the bit-interleaving function A000695).
The first 21 rows of this table:.
Row 0: A069770. Row 1: A072796. Row 2: A057163. Row 3: A073269, Row 4: A057163 (duplicate), Row 5: A073270, Row 6: A069767, Row 7: A001477 (identity perm.), Row 8: A069768, Row 9: A073280.
Row 10: A069770 (dupl.), Row 11: A072796 (dupl.), Row 12: A057511, Row 13: A073282, Row 14: A057512, Row 15: A073281, Row 16: A057509, Row 17: A073280 (dupl.), Row 18: A057510, Row 19: A073283, Row 20: A073284.
Other Catalan bijection-induced EIS-permutations which occur in this table. Only the first known occurrence is given. Involutions are marked with *, others paired with their inverse:.
Row 164: A057164*, Row 168: A057508*, Row 179: A072797*.
Row 41: A073286 - Row 69: A073287. Row 105: A073290 - Row 197: A073291. Row 416: A073288 - Row 696: A073289.
Row 261: A057501 - Row 521: A057502. Row 2618: A057503 - Row 5216: A057504. Row 2614: A057505 - Row 5212: A057506.
Row 10435: A073292 - Row ...: A073293. Row 17517: A057161 - Row ...: A057162.
For a more practical enumeration system of (some) Catalan automorphisms see table A089840 and its various "recursive derivations".

A060114 Least common multiple of all cycle sizes in range [A014137(n-1)..A014138(n-1)] of permutation A057505/A057506.

Original entry on oeis.org

1, 1, 2, 6, 6, 30, 120, 720, 15120, 1164240, 15135120, 283931716867999200, 14510088480716327580681600, 3280681990411073806237542217555200, 936436634805345771521186435213604447980767985241556128000
Offset: 0

Views

Author

Antti Karttunen, Mar 01 2001

Keywords

Comments

For the convenience of the range notation above, we define A014137(-1) and A014138(-1) as zero.
This sequence grows so fast that it seems hopeless to count A057507 with Burnside's (orbit-counting) lemma.

Crossrefs

Occurs for first time in A073204 as row 2614.

A073203 Array of maximum cycle length sequences for the table A073200.

Original entry on oeis.org

1, 1, 1, 2, 1, 1, 2, 1, 1, 1, 2, 2, 2, 1, 1, 2, 2, 2, 2, 1, 1, 2, 2, 2, 3, 2, 1, 1, 2, 2, 2, 6, 2, 2, 1, 1, 2, 2, 2, 8, 2, 3, 2, 1, 1, 2, 2, 2, 10, 2, 6, 4, 1, 1, 1, 2, 2, 2, 12, 2, 8, 8, 1, 2, 1, 1, 2, 2, 2, 14, 2, 10, 16, 1, 4, 1, 1, 1, 2, 2, 2, 16, 2, 12, 32, 1, 8, 2, 2, 1, 1
Offset: 0

Views

Author

Antti Karttunen, Jun 25 2002

Keywords

Comments

Each row of this table gives the longest cycle/orbit produced by the Catalan bijection (given in the corresponding row of A073200) when it acts on A000108(n) structures encoded in the range [A014137(n-1)..A014138(n-1)] of the sequence A014486/A063171.

Crossrefs

Cf. also A073201, A073202, A073204.
Few EIS-sequences which occur in this table. Only the first known occurrence(s) given:.
Rows 6 and 8: A011782, Row 7: A000012, Row 12, 14: A000793 (shifted right and prepended with 1), Row 261: A057543, Row 2614: A057545, Rows 2618, 17517: A057544.

A078491 a(n) = lcm(1..Catalan(n)).

Original entry on oeis.org

1, 1, 2, 60, 360360, 219060189739591200, 1749342047920660916901891145781670987072592322134428432000
Offset: 0

Views

Author

Antti Karttunen, Jan 04 2003

Keywords

Comments

For every cycle count LCM-sequence Axxxxxx in A073204 it holds that Axxxxxx(n) divides a(n). And this also applies to similar LCM-sequences induced by other "Catalan bijections", cf. A060113.
The next term (a(7)) has 184 digits. - Harvey P. Dale, Nov 21 2023

Crossrefs

Composition of the sequences A000108 and A003418.

Programs

  • GAP
    List([0..7],n->Lcm([1..Binomial(2*n,n)/(n+1)])); # Muniru A Asiru, Mar 21 2018
  • Mathematica
    Table[LCM@@Range[CatalanNumber[n]],{n,0,7}] (* Harvey P. Dale, Nov 21 2023 *)
  • PARI
    a(n) = lcm([1..binomial(2*n,n)/(n+1)]); \\ Michel Marcus, Mar 21 2018
    

Formula

a(n) = A003418(A000108(n)).
Showing 1-4 of 4 results.