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 A337288 #17 Feb 05 2023 01:59:49 %S A337288 0,4,7,11,16,18,24,26,29,33,37,39,42,47,51,54,58,60,63,68,72,76,80,83, %T A337288 87,92,94,97,102,106,110,114,117,121,123,127,130,134,139,141,147,149, %U A337288 152,157,161,165,169,172,176,178,182,185,189,194,196,199,203,206,210,215,217,223,225 %N A337288 Numbers k such that k is in A095096 and k+1 is in A020899. %D A337288 Anton Shutov, On the sum of digits of the Zeckendorf representations of two consecutive numbers, Fib. Q., 58:3 (2020), 203-207. %H A337288 Amiram Eldar, <a href="/A337288/b337288.txt">Table of n, a(n) for n = 1..10000</a> %t A337288 SequencePosition[Mod[DigitCount[Select[Range[0, 3000], BitAnd[#, 2 #] == 0 &], 2, 1], 2], {0, 1}][[;; , 1]] - 1 (* _Amiram Eldar_, Feb 05 2023 *) %Y A337288 Cf. A020899, A095096, A337287, A337289, A337290, A337634, A337635, A337636, A337637. %K A337288 nonn,base %O A337288 1,2 %A A337288 _N. J. A. Sloane_, Sep 12 2020