|
| |
|
|
A119435
|
|
a(n) = (binary reversal of n)th integer among those positive integers not occurring earlier in the sequence.
|
|
2
| |
|
|
1, 2, 5, 3, 9, 7, 13, 4, 17, 12, 23, 10, 22, 18, 29, 6, 33, 24, 43, 16, 40, 31, 51, 14, 41, 30, 53, 25, 49, 38, 61, 8, 65, 45, 83, 32, 76, 58, 95, 21, 74, 55, 94, 42, 87, 68, 107, 19, 78, 56, 100, 39, 91, 70, 113, 34, 89, 66, 112, 52, 104, 81, 125, 11, 129, 86, 163, 60, 148
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
COMMENTS
| This sequence is a permutation of the positive integers.
|
|
|
LINKS
| Diana Mecum, Table of n, a(n) for n = 1..1000
|
|
|
EXAMPLE
| 12 in binary is 1100; so its binary reversal is 0011, which is 3 in decimal. Those positive integers not among the first 11 terms of the sequence form the sequence 6,8,10,11,14,... Now 10 is the third of these terms so a(12) = 10.
|
|
|
CROSSREFS
| Cf. A119436, A030101.
Sequence in context: A026219 A122281 A193974 * A193972 A044043 A133128
Adjacent sequences: A119432 A119433 A119434 * A119436 A119437 A119438
|
|
|
KEYWORD
| easy,nonn,base
|
|
|
AUTHOR
| Leroy Quet May 19 2006
|
|
|
EXTENSIONS
| More terms from Diana Mecum (diana.mecum(AT)gmail.com), Jul 21 2008
|
| |
|
|