A sequence a1,a2,…,an is called good if, for each element ai, there exists an element aj (i≠j) such that ai+aj is a power of two (that is, 2d for some non-negative integer d). For example, the following sequences are good: [5,3,11] (for example, for a1=5 we can choose a2=3. Note that their sum is ...