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 A243062 #8 Jun 02 2014 22:25:17 %S A243062 1,2,4,8,3,5,9,81,64,32,16,512,6,128,15,8192,27,6561,25,11,625,125,18, %T A243062 78125,12,729,250,45,7,65536,256,387420489,162,1024,486,1073741824,54, %U A243062 36,16384,2916,243,8388608,49,131072,16807,3125,10,17496,262144,531441,121,72,75 %N A243062 Permutation of natural numbers, a composition of A048673 and A241909: a(n) = A241909(A048673(n)). %C A243062 This is A241909-conjugate of A243066. Please see the comments at the latter sequence. %H A243062 Antti Karttunen, <a href="/A243062/b243062.txt">Table of n, a(n) for n = 1..242</a> %H A243062 <a href="/index/Per#IntegerPermutation">Index entries for sequences that are permutations of the natural numbers</a> %F A243062 a(n) = A241909(A048673(n)). %F A243062 a(n) = A241909(A243066(A241909(n))). %o A243062 (Scheme) (define (A243062 n) (A241909 (A048673 n))) %Y A243062 Inverse permutation: A243061. %Y A243062 Cf. A048673, A241909, A243065-A243066. %K A243062 nonn %O A243062 1,2 %A A243062 _Antti Karttunen_, Jun 02 2014