Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #4 Mar 31 2012 13:21:13
%S 6,7,14,15,22,23,30,31,70,71,78,79,86,87,94,95,518,519,526,527,534,
%T 535,542,543,582,583,590,591,598,599,606,607,2054,2055,2062,2063,2070,
%U 2071,2078,2079,2118,2119,2126,2127,2134,2135,2142,2143,2566,2567
%N A106486-encodings of combinatorial games equivalent to game {1|0}.
%C These are codes for games which belong to the same equivalence class as the game {1|0}.
%H A. Karttunen, <a href="/A126000/a126000.scm.txt">Scheme-program for computing this sequence.</a>
%e Game {1|0} is encoded as 2^(2*1) + 2^(1+2*0) = 6, thus 6 is the first term of this sequence. Also 7 belongs into this sequence, as it encodes game {0,1|0}, where, as the option 1 dominates the option 0 on the left side, the former can be deleted, resulting the same game {1|0}.
%Y Row 6 of A126000.
%K nonn
%O 1,1
%A _Antti Karttunen_, Dec 18 2006