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.
%I A265362 #5 Dec 13 2015 07:52:38 %S A265362 0,1,2,5,4,3,6,7,10,14,16,19,17,13,9,18,11,12,15,8,20,47,25,28,48,34, %T A265362 37,41,43,46,50,52,55,51,22,31,44,49,58,53,40,27,54,29,30,45,32,33,56, %U A265362 35,36,57,38,39,42,23,24,59,26,21,60,61,64,128,70,73,143,79,82,144,88,91,129,97,100,146,106,109,147,115,118,122 %N A265362 Permutation of nonnegative integers: a(n) = A264989(A264974(n)). %C A265362 Composition of permutations obtained from the bisections of A263272. %H A265362 Antti Karttunen, <a href="/A265362/b265362.txt">Table of n, a(n) for n = 0..9841</a> %H A265362 <a href="/index/Per#IntegerPermutation">Index entries for sequences that are permutations of the natural numbers</a> %F A265362 a(n) = A264989(A264974(n)). %o A265362 (Scheme) (define (A265362 n) (A264989 (A264974 n))) %Y A265362 Inverse: A265361. %Y A265362 Cf. A263272, A264974, A264989. %K A265362 nonn,base %O A265362 0,3 %A A265362 _Antti Karttunen_, Dec 07 2015