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.

A115767 Integers i such that 2*i XOR 5*i = 3*i.

This page as a plain text file.
%I A115767 #10 Sep 25 2024 20:51:30
%S A115767 0,3,6,11,12,22,24,43,44,48,51,86,88,96,99,102,171,172,176,179,192,
%T A115767 195,198,203,204,342,344,352,355,358,384,387,390,395,396,406,408,683,
%U A115767 684,688,691,704,707,710,715,716,768,771,774,779,780,790,792,811,812
%N A115767 Integers i such that 2*i XOR 5*i = 3*i.
%C A115767 XOR is A003987.
%H A115767 <a href="/index/Con#CongruXOR">Index entries for sequences defined by congruent products under XOR</a>
%t A115767 Select[Range[0,900],BitXor[2#,5#]==3#&] (* _Harvey P. Dale_, Jul 28 2017 *)
%o A115767 (PARI) is(n)=bitxor(2*n, 5*n)==3*n \\ _Charles R Greathouse IV_, Sep 25 2024
%Y A115767 Superset of A048719. A115768 gives the (?) terms which do not occur in A048719. Cf. A115424.
%K A115767 nonn
%O A115767 0,2
%A A115767 _Antti Karttunen_, Jan 30 2006