A352773 Numbers k such that A109812(k) AND A109812(k+2) = 0 (where AND denotes the bitwise AND operator).
1, 3, 6, 8, 13, 15, 27, 29, 48, 50, 101, 103, 119, 162, 164, 226, 415, 417, 420, 647, 651, 1322, 1324, 2682, 2684, 5346, 5348, 10224, 10226, 10775, 11531, 21296, 21298, 41536, 41538, 41541, 42465, 84650, 84652, 84655, 165032, 165034, 322260, 322262, 646646
Offset: 1
Examples
A109812(3) AND A109812(5) = 4 AND 8 = 0, so 3 belongs to this sequence.
Links
- Rémy Sigrist, C++ program
Comments