login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A352773
Numbers k such that A109812(k) AND A109812(k+2) = 0 (where AND denotes the bitwise AND operator).
3
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,2
COMMENTS
Equivalently, position of zeros in A352772.
EXAMPLE
A109812(3) AND A109812(5) = 4 AND 8 = 0, so 3 belongs to this sequence.
PROG
(C++) See Links section.
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Rémy Sigrist, Apr 02 2022
STATUS
approved