a(n) is the concatenation of a(n-1) and the Hamming distance between a(n-1) and its reverse (i.e., the minimum number of bitflips needed to make them identical). Sequence written in binary.
A274069
a(n) is the concatenation of a(n-1) and the Hamming distance between a(n-1) and its reverse (i.e., the minimum number of bitflips needed to make them identical). Sequence written in binary.
Terms
- a(0) =1a(1) =10a(2) =1010a(3) =1010100a(4) =101010010a(5) =101010010110
External references
- oeis: A274069