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 A234751 #22 Sep 03 2023 15:24:14 %S A234751 2,1,3,5,4,6,8,7,12,14,13,9,11,10,17,18,15,16,20,19,21,23,22,41,39,40, %T A234751 38,37,34,33,35,36,30,29,31,32,28,27,25,26,24,43,42,47,46,45,44,49,48, %U A234751 51,50,52,54,53,55,71,69,70,68,65,64,67,66,61,60,63,62,59,57,58,56 %N A234751 Self-inverse permutation of integers induced by the restriction of blue-code to irreducible polynomials over GF(2): a(n) = A091227(A193231(A014580(n))). %C A234751 This permutation is also induced when A234747 is restricted to primes: a(n) = A000720(A234747(A000040(n))) because of the way A234747 has been defined. %C A234751 Note that each subsequence a(1)..a(A062692(j)) is closed (i.e., no cycles are leaking out) because blue code (A193231) preserves the degree of polynomials over GF(2) it operates upon. %H A234751 Antti Karttunen, <a href="/A234751/b234751.txt">Table of n, a(n) for n = 1..2538</a> %H A234751 <a href="/index/Per#IntegerPermutation">Index entries for sequences that are permutations of the natural numbers</a> %F A234751 a(n) = A091227(A234750(n)) = A091227(A193231(A014580(n))). %o A234751 (Scheme) (define (A234751 n) (A091227 (A234750 n))) %Y A234751 Cf. A014580, A062692, A193231, A234747, A234750. %K A234751 nonn,look %O A234751 1,1 %A A234751 _Antti Karttunen_, Feb 12 2014