|
| |
|
|
A161602
|
|
Positive integers n that are each more than the value of the reversal of n's representation in binary.
|
|
2
|
|
|
|
2, 4, 6, 8, 10, 12, 13, 14, 16, 18, 20, 22, 24, 25, 26, 28, 29, 30, 32, 34, 36, 38, 40, 41, 42, 44, 46, 48, 49, 50, 52, 53, 54, 56, 57, 58, 59, 60, 61, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 81, 82, 84, 86, 88, 89, 90, 92, 94, 96, 97, 98, 100, 101, 102, 104, 105, 106, 108, 109
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
1,1
|
|
|
COMMENTS
|
By "reversal" of n's representation in binary, it is meant: write n in binary (without its leading 0's) from most significant digits on the right and least significant digits on the left, instead of writing n from left to right as is usual. Then interpret the new integer by reading it from left to right.
This sequence contains all even positive integers.
|
|
|
LINKS
|
Table of n, a(n) for n=1..69.
|
|
|
EXAMPLE
|
29 in binary is 11101. Its digital reversal is 10111, which is 23 in decimal. Since 29 > 23, then 29 is in this sequence.
|
|
|
CROSSREFS
|
A030101, A006995, A161601, A161603
Sequence in context: A185449 A096922 A055954 * A055956 A161207 A195125
Adjacent sequences: A161599 A161600 A161601 * A161603 A161604 A161605
|
|
|
KEYWORD
|
base,nonn
|
|
|
AUTHOR
|
Leroy Quet, Jun 14 2009
|
|
|
EXTENSIONS
|
More terms from Max Alekseyev, Sep 11 2009
|
|
|
STATUS
|
approved
|
| |
|
|