login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Permutation of nonnegative integers: a(n) = A263272(A264985(n)).
8

%I #7 Dec 13 2015 07:51:57

%S 0,1,3,2,4,9,6,10,12,5,11,7,8,13,27,18,28,36,15,29,21,24,37,30,33,31,

%T 39,14,32,16,17,38,19,20,34,22,23,35,25,26,40,81,54,82,108,45,83,63,

%U 72,109,90,99,85,117,42,86,48,51,110,57,60,88,66,69,89,75,78,118,84,87,91,93,96,92,102,105,112,111,114,94,120,41

%N Permutation of nonnegative integers: a(n) = A263272(A264985(n)).

%C Composition of permutations obtained from the bisections of A263273.

%H Antti Karttunen, <a href="/A265355/b265355.txt">Table of n, a(n) for n = 0..9841</a>

%H <a href="/index/Per#IntegerPermutation">Index entries for sequences that are permutations of the natural numbers</a>

%F a(n) = A263272(A264985(n)).

%o (Scheme) (define (A265355 n) (A263272 (A264985 n)))

%Y Inverse: A265356.

%Y Cf. A263272, A263273, A264985.

%Y Cf. also A265351, A265352, A265353, A265354, A265357, A265358.

%K nonn,base

%O 0,3

%A _Antti Karttunen_, Dec 07 2015