|
| |
|
|
A161400
|
|
Positive integers that are palindromes (of even length) in binary, each made by concatenating two identical binary palindromes.
|
|
0
| |
|
|
3, 15, 45, 63, 153, 255, 561, 693, 891, 1023, 2145, 2925, 3315, 4095, 8385, 9417, 10965, 11997, 12771, 13803, 15351, 16383, 33153, 39321, 42405, 48573, 50115, 56283, 59367, 65535, 131841, 140049, 152361, 160569, 166725, 174933, 187245
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| If m is the n-th positive integer that is a binary palindrome, and m written in binary is k digits long, then a(n) = m*(2^k +1).
|
|
|
FORMULA
| a(n) = (2^A070939(p)+1)*p where p = A006995(n+1). [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Sep 27 2009]
|
|
|
EXAMPLE
| The first eight terms of this sequence written in binary:
11, 1111, 101101, 111111, 10011001, 11111111, 1000110001, 1010110101
|
|
|
CROSSREFS
| A006995
Sequence in context: A127407 A196237 A177146 * A112810 A094191 A050534
Adjacent sequences: A161397 A161398 A161399 * A161401 A161402 A161403
|
|
|
KEYWORD
| base,nonn
|
|
|
AUTHOR
| Leroy Quet, Jun 09 2009
|
|
|
EXTENSIONS
| Extended beyond 693 by R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Sep 27 2009
|
| |
|
|