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.

A122201 Signature permutations of FORK-transformations of non-recursive Catalan automorphisms in table A089840.

Original entry on oeis.org

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

Views

Author

Antti Karttunen, Sep 01 2006

Keywords

Comments

Row n is the signature permutation of the Catalan automorphism which is obtained from the n-th nonrecursive automorphism in the table A089840 with the recursion scheme "FORK". In this recursion scheme the given automorphism is first applied at the root of binary tree, before the algorithm recurses down to the both branches (new ones, possibly changed by the given automorphism). I.e. this corresponds to the pre-order (prefix) traversal of a Catalan structure, when it is interpreted as a binary tree. The associated Scheme-procedures FORK and !FORK can be used to obtain such a transformed automorphism from any constructively or destructively implemented automorphism. Each row occurs only once in this table. Inverses of these permutations can be found in table A122202.

References

  • A. Karttunen, paper in preparation, draft available by e-mail.

Crossrefs

The first 22 rows of this table: row 0 (identity permutation): A001477, 1: A057163, 2: A057511, 3: A122341, 4: A122343, 5: A122345, 6: A122347, 7: A122349, 8: A082325, 9: A082360, 10: A122291, 11: A122293, 12: A074681, 13: A122295, 14: A122297, 15: A122353, 16: A122355, 17: A074684, 18: A122357, 19: A122359, 20: A122361, 21: A122301. Other rows: row 4253: A082356, row 65796: A082358, row 79361: A123493.

Programs

  • Scheme
    (define (FORK foo) (letrec ((bar (lambda (s) (let ((t (foo s))) (if (pair? t) (cons (bar (car t)) (bar (cdr t))) t))))) bar))
    (define (!FORK foo!) (letrec ((bar! (lambda (s) (cond ((pair? s) (foo! s) (bar! (car s)) (bar! (cdr s)))) s))) bar!))

A082358 Permutation of natural numbers: composition of permutations A057163 & A082356.

Original entry on oeis.org

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

Views

Author

Antti Karttunen, Apr 17 2003

Keywords

Comments

This is the signature-permutation of Catalan automorphism which is derived from nonrecursive Catalan automorphism *A123496 with the recursion schema FORK (defined in A122201). - Antti Karttunen, Oct 11 2006

Crossrefs

Inverse of A082357. Cf. also A082359-A082360.
See the Wolframesque plots of A122242 and A122245.
Row 65796 of table A122201.

Formula

a(n) = A057163(A082356(n))

A082357 Permutation of natural numbers: composition of permutations A082355 & A057163.

Original entry on oeis.org

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

Views

Author

Antti Karttunen, Apr 17 2003

Keywords

Crossrefs

Inverse of A082358. Cf. also A082359-A082360.

Formula

a(n) = A082355(A057163(n))

A082359 Permutation of natural numbers: composition of permutations A074683 & A057163.

Original entry on oeis.org

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

Views

Author

Antti Karttunen, Apr 17 2003

Keywords

Crossrefs

Inverse of A082360. Occurs in A073200 as row 18764713496857. Cf. also A082357-A082358.

Formula

a(n) = A074683(A057163(n)).
Showing 1-4 of 4 results.