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 A286681 #19 May 13 2017 23:47:03 %S A286681 1,3,4,2,9,11,8,6,17,12,14,7,33,5,23,15,49,35,20,18,30,28,24,22,10,40, %T A286681 44,42,38,36,32,94,34,96,65,43,45,41,107,79,58,56,60,122,118,52,48,46, %U A286681 19,81,84,82,95,29,25,31,73,67,13,75,70,68,64,62,129,69 %N A286681 a(n) = the smallest positive integer not occurring earlier in the sequence such that SumXOR_{k=1..n} a(k) written in binary contains binary n as a substring, where SumXOR is the analog of summation under the binary XOR operation. %C A286681 This sequence is a variant of A160855: here we consider SumXOR, there Sum. %C A286681 The partial XOR sums are given by A286712. %H A286681 Rémy Sigrist, <a href="/A286681/b286681.txt">Table of n, a(n) for n = 1..10000</a> %H A286681 Rémy Sigrist, <a href="/A286681/a286681.pl.txt">Perl program for A286681</a> %H A286681 Rémy Sigrist, <a href="/A286681/a286681.pdf">Illustration of the first terms</a> %Y A286681 Cf. A160855, A286712. %K A286681 nonn,base,look %O A286681 1,2 %A A286681 _Rémy Sigrist_, May 13 2017