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