A337287 Numbers k such that both k and k+1 are in A095096.
6, 9, 10, 14, 15, 22, 23, 35, 36, 46, 53, 56, 57, 67, 74, 75, 82, 85, 86, 90, 91, 101, 108, 109, 116, 119, 120, 129, 132, 133, 137, 138, 145, 146, 156, 163, 164, 171, 174, 175, 184, 187, 188, 192, 193, 205, 208, 209, 213, 214, 221, 222, 234, 235, 245, 252, 253, 260, 263, 264, 273
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
- F. Michel Dekking, Morphisms, Symbolic Sequences, and Their Standard Forms, Journal of Integer Sequences, Vol. 19 (2016), Article 16.1.1.
- Michel Dekking, The sum of digits function of the base phi expansion of the natural numbers,arXiv:1911.10705 [math.NT], 2019.
Crossrefs
Programs
-
Mathematica
SequencePosition[Mod[DigitCount[Select[Range[0, 3000], BitAnd[#, 2 #] == 0 &], 2, 1], 2], {0, 0}][[;; , 1]] - 1 (* Amiram Eldar, Feb 05 2023 *)
Comments