login
Integers i such that 3*i XOR 8*i = 11*i.
1

%I #7 Sep 25 2024 20:53:12

%S 0,1,2,4,8,11,16,17,22,23,32,33,34,43,44,45,46,64,65,66,68,86,87,88,

%T 90,92,93,128,129,130,132,136,139,171,172,173,174,176,177,180,184,186,

%U 256,257,258,260,264,267,272,273,278,279,342,343,344,346,348,349,352

%N Integers i such that 3*i XOR 8*i = 11*i.

%C XOR is A003987.

%H <a href="/index/Con#CongruXOR">Index entries for sequences defined by congruent products under XOR</a>

%o (PARI) is(n)=bitxor(3*n, 8*n)==11*n \\ _Charles R Greathouse IV_, Sep 25 2024

%Y Cf. A115798 shows this sequence in binary.

%K nonn

%O 0,3

%A _Antti Karttunen_, Feb 01 2006