A337288 Numbers k such that k is in A095096 and k+1 is in A020899.
0, 4, 7, 11, 16, 18, 24, 26, 29, 33, 37, 39, 42, 47, 51, 54, 58, 60, 63, 68, 72, 76, 80, 83, 87, 92, 94, 97, 102, 106, 110, 114, 117, 121, 123, 127, 130, 134, 139, 141, 147, 149, 152, 157, 161, 165, 169, 172, 176, 178, 182, 185, 189, 194, 196, 199, 203, 206, 210, 215, 217, 223, 225
Offset: 1
References
- Anton Shutov, On the sum of digits of the Zeckendorf representations of two consecutive numbers, Fib. Q., 58:3 (2020), 203-207.
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
SequencePosition[Mod[DigitCount[Select[Range[0, 3000], BitAnd[#, 2 #] == 0 &], 2, 1], 2], {0, 1}][[;; , 1]] - 1 (* Amiram Eldar, Feb 05 2023 *)