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 A128755 #3 Nov 11 2010 07:34:06
%S A128755 7,8,2,1,15,3,14,5,4,23,6,9,12,55,10,11,20,13,21,29,16,19,18,30,22,38,
%T A128755 24,43,26,17,28,27,37,25,39,31,32,54,34,61,40,33,42,41,58,35,36,45,48,
%U A128755 47,46,57,44,78,50,51,64,76,56,74,52,49,60,63,77,53,62,59,83,67,66,65
%N A128755 Inverse of A128754.
%C A128755 Seemingly the inversion maintains the characteristics of being an "infinite braid".
%H A128755 Ferenc Adorjan, <a href="/A128755/b128755.txt">Table of n,a(n) for n=1..10000</a>
%o A128755 (PARI) {pinverse(v)= /* Permutation inverse of a positive sequence */
%o A128755 local(n,m,x);n=matsize(v)[2]; x=vector(n);
%o A128755 for(i=1,n,if(v[i]<=n,x[v[i]]=i)); return(x)}
%o A128755 pinverse(A128754)
%Y A128755 Inverse of A128754, Cf. A128756, A128757.
%K A128755 nonn
%O A128755 1,1
%A A128755 Ferenc Adorjan (fadorjan(AT)freemail.hu or ferencadorjan(AT)gmail.com), Mar 24 2007