login

Revision History for A074685

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
Permutation of natural numbers induced by the Catalan bijection gmA074685! acting on the parenthesizations encoded by A014486/A063171.
(history; published version)
#6 by N. J. A. Sloane at Thu Oct 15 10:55:23 EDT 2015
NAME

Permutation of natural numbers induced by the gatomorphism Catalan bijection gmA074685! acting on the parenthesizations encoded by A014486/A063171.

Discussion
Thu Oct 15
10:55
OEIS Server: https://oeis.org/edit/global/2466
#5 by Charles R Greathouse IV at Thu May 01 02:48:30 EDT 2014
AUTHOR

_Antti Karttunen _, Sep 11 2002

Discussion
Thu May 01
02:48
OEIS Server: https://oeis.org/edit/global/2211
#4 by Russ Cox at Sun Jul 10 18:39:44 EDT 2011
LINKS

<a href="/Sindx_index/Per.html#IntegerPermutation">Index entries for sequences that are permutations of the natural numbers</a>

Discussion
Sun Jul 10
18:39
OEIS Server: https://oeis.org/edit/global/66
#3 by N. J. A. Sloane at Thu Nov 11 07:34:06 EST 2010
LINKS

<a href="/Sindx_Per.html#IntegerPermutation">Index entries for sequences that are permutations of the natural numbers</a>

KEYWORD

nonn,new

nonn

#2 by N. J. A. Sloane at Fri Feb 27 03:00:00 EST 2009
LINKS

A. Karttunen, <A HREFa href="http://www.iki.fi/~kartturi/matikka/Nekomorphisms/gatomorf.htm">Gatomorphisms</Aa> (with the complete Scheme source)

<a href="http://www.research.att.com/~njas/sequences/Sindx_Per.html#IntegerPermutation">Index entries for sequences that are permutations of the natural numbers</a>

KEYWORD

nonn,new

nonn

#1 by N. J. A. Sloane at Fri May 16 03:00:00 EDT 2003
NAME

Permutation of natural numbers induced by the gatomorphism gmA074685! acting on the parenthesizations encoded by A014486/A063171.

DATA

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

OFFSET

0,3

LINKS

A. Karttunen, <A HREF="http://www.iki.fi/~kartturi/matikka/Nekomorphisms/gatomorf.htm">Gatomorphisms</A> (with the complete Scheme source)

<a href="http://www.research.att.com/~njas/sequences/Sindx_Per.html#IntegerPermutation">Index entries for sequences that are permutations of the natural numbers</a>

PROG

(Scheme function implementing this automorphism on list-structures:)

(define (gmA074685! s) (cond ((pair? s) (gmrobl! s) (gmA074685! (cdr s)))) s)

CROSSREFS

Inverse of A074686. a(n) = A057163(A074689(A057163(n))). Occurs in A073200 as row 5572436.

KEYWORD

nonn

AUTHOR

Antti Karttunen Sep 11 2002

STATUS

approved