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.
%I A114086 #9 Sep 25 2024 20:52:17 %S A114086 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25, %T A114086 26,27,28,29,30,31,32,34,36,38,40,42,44,46,48,50,52,54,56,58,60,62,64, %U A114086 65,68,69,72,73,76,77,80,81,84,85,88,89,92,93,96,100,104,108,112,116,120 %N A114086 Numbers m such that m XOR 32*m = 33*m. %C A114086 A116361(a(n)) <= 5. %H A114086 <a href="/index/Con#CongruXOR">Index entries for sequences defined by congruent products under XOR</a> %o A114086 (PARI) is(n)=bitxor(n, 32*n)==33*n \\ _Charles R Greathouse IV_, Sep 25 2024 %Y A114086 Differs from A001477 for the first time at n=33 (33, 35, 37, 39, etc. are not present in this sequence). Cf. A003714, A048716, A115845, A115847. %K A114086 nonn %O A114086 0,3 %A A114086 _Reinhard Zumkeller_, Feb 04 2006