This question arose on the code golf StackExchange:
Is there a solution to $2^a+2^b = 10^c+10^d$, with $0 \leq a < b$ and $0 \leq c < d$?
In other terms: is there an integer that looks like $\color{blue}{1000...001000...}$ in both binary and decimal?
I feel like there probably isn't, but I can't think of a simple counterargument.
(A computer search by one of the commenters suggests there is no such integer up to $10^{100000}$.)
The question asks if the sum of decimal digits of $2^a+2^b$ ($a<b$) can be equal to $2$. The Schinzel solution of problem 209 here shows that $a,b$ should be relatively small, certainly $<100$.