cp's OEIS Frontend

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.

A158929 a(n) is the smallest integer not yet in the sequence with no common base-4 digit with a(n-1).

This page as a plain text file.
%I A158929 #2 Mar 30 2012 17:39:58
%S A158929 1,2,3,4,10,5,8,7,32,13,34,15,6,12,9,48,21,11,16,14,17,42,19,170,20,
%T A158929 43,64,46,65,47,68,58,69,59,80,62,81,63,18,255,22,51,25,60,26,192,37,
%U A158929 195,38,204,41,207,85,35,341,40,23,128,29,130,31,136,53,138,55,160,61,162
%N A158929 a(n) is the smallest integer not yet in the sequence with no common base-4 digit with a(n-1).
%C A158929 Numbers of A031945 do not appear in this sequence.
%e A158929 The fifth term cannot be 5(base10)=11(base4), 6(base10)=12(base4), 7(base10)=13(base4), 8(base10)=20(base4) or 9(base10)=21(base4) because each of them has either a 0 or a 1 in its base-4 representation, which it would have in common with 4(base10)=10(base4). So a(5)=10(base10)=22(base4) which displays only digits of 2 in base 4.
%Y A158929 Cf. A067581 (base-10), A158928 (base-3), A158930 (base-5).
%K A158929 base,easy,nonn
%O A158929 1,2
%A A158929 _R. J. Mathar_, Mar 31 2009