33558529domain: NAppears in sequencesa(n) is the least positive integer that differs (in absolute value) by an (n+1)-st power from the reverse of its binary representation.at n=10A278930a(n) = 2^(n - 1) * (2^n + 1) + 1.at n=13A281481