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 A337289 #15 Feb 05 2023 01:59:46 %S A337289 3,5,8,13,17,21,25,28,32,34,38,41,45,50,52,55,59,62,66,71,73,79,81,84, %T A337289 89,93,96,100,105,107,113,115,118,122,126,128,131,136,140,144,148,151, %U A337289 155,160,162,168,170,173,177,181,183,186,191,195,198,202,204,207,212,216,220,224,227 %N A337289 Numbers k such that k+1 is in A095096 and k is in A020899. %D A337289 Anton Shutov, On the sum of digits of the Zeckendorf representations of two consecutive numbers, Fib. Q., 58:3 (2020), 203-207. %H A337289 Amiram Eldar, <a href="/A337289/b337289.txt">Table of n, a(n) for n = 1..10000</a> %t A337289 SequencePosition[Mod[DigitCount[Select[Range[0, 3000], BitAnd[#, 2 #] == 0 &], 2, 1], 2], {1, 0}][[;; , 1]] - 1 (* _Amiram Eldar_, Feb 05 2023 *) %Y A337289 Cf. A020899, A095096, A337287, A337287, A337290, A337634, A337635, A337636, A337637. %K A337289 nonn,base %O A337289 1,1 %A A337289 _N. J. A. Sloane_, Sep 12 2020