|
| |
|
|
A083462
|
|
Smallest palindrome k such that k - n is a distinct power of 2, i.e. a power of 2 that has not arisen earlier.
|
|
0
| | |
|
|
|
OFFSET
| 0,2
|
|
|
COMMENTS
| The terms a(4), a(5), a(7) and a(8), if they exist, are > 2*1000000. [Lars Blomberg, Nov 17 2011]
|
|
|
EXAMPLE
| a(6) = 22 as 22-6 = 16 = 2^4, a power of 2 which has not arisen earlier.
|
|
|
CROSSREFS
| Sequence in context: A124266 A137941 A077170 * A110080 A093903 A117128
Adjacent sequences: A083459 A083460 A083461 * A083463 A083464 A083465
|
|
|
KEYWORD
| base,more,nonn
|
|
|
AUTHOR
| Amarnath Murthy and Meenakshi Srikanth (amarnath_murthy(AT)yahoo.com), May 01 2003
|
| |
|
|