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”).

A274133
Numbers representable as ror(x)+rol(x) in two or more ways, where ror(x)=A038572(x) is x rotated one binary place to the right, rol(x)=A006257(x) is x rotated one binary place to the left.
0
2, 9, 14, 15, 20, 27, 32, 37, 42, 47, 52, 57, 62, 129, 134, 139, 144, 149, 154, 159, 164, 169, 174, 179, 184, 189, 194, 195, 199, 200, 204, 205, 209, 210, 214, 215, 219, 220, 224, 225, 229, 230, 234, 235, 239, 240, 244, 245, 249, 250, 254, 255, 260, 265, 270, 275
OFFSET
1,1
COMMENTS
These are the duplicates in A273105.
EXAMPLE
ror(5) + rol(5) = 6 + 3 = 9, and also ror(16) + rol(16) = 8 + 1 = 9, therefore 9 is in the sequence.
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Alex Ratushnyak, Jun 10 2016
STATUS
approved