login

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”).

A115797
Integers i such that 3*i XOR 8*i = 11*i.
1
0, 1, 2, 4, 8, 11, 16, 17, 22, 23, 32, 33, 34, 43, 44, 45, 46, 64, 65, 66, 68, 86, 87, 88, 90, 92, 93, 128, 129, 130, 132, 136, 139, 171, 172, 173, 174, 176, 177, 180, 184, 186, 256, 257, 258, 260, 264, 267, 272, 273, 278, 279, 342, 343, 344, 346, 348, 349, 352
OFFSET
0,3
COMMENTS
XOR is A003987.
PROG
(PARI) is(n)=bitxor(3*n, 8*n)==11*n \\ Charles R Greathouse IV, Sep 25 2024
CROSSREFS
Cf. A115798 shows this sequence in binary.
Sequence in context: A086790 A326299 A320448 * A336627 A242313 A003596
KEYWORD
nonn
AUTHOR
Antti Karttunen, Feb 01 2006
STATUS
approved