OFFSET
1,1
COMMENTS
A229084 = lexicographically earliest sequence of distinct positive integers written in base 2 such that the concatenation of the terms equals the concatenation of the positive integers, and no term appears in its natural position. Leading zeros are forbidden.
The positive integers written in base 10 (A000027):
+-+--+--+---+---+---+---+----+----+----+----+----+----+----+
|1| 2| 3| 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 |...
+-+--+--+---+---+---+---+----+----+----+----+----+----+----+
The positive integers written in base 2 (A007088):
+-+--+--+---+---+---+---+----+----+----+----+----+----+----+
|1|10|11|100|101|110|111|1000|1001|1010|1011|1100|1101|1110|...
+-+--+--+---+---+---+---+----+----+----+----+----+----+----+
Sequence A229084:
+----+-+----+--+--+---+------+---+-----+-----+----+----+----+
| 110|1|1100|10|11|101|111000|100|11010|10111|1001|1011|1101|...
+----+-+----+--+--+---+------+---+-----+-----+----+----+----+
This sequence a(n):
+----+-+----+--+--+---+------+---+-----+-----+----+----+----+
| 6 |1| 12 | 2| 3| 5 | 56 | 4 | 26 | 23 | 9 | 11| 13|...
+----+-+----+--+--+---+------+---+-----+-----+----+----+----+
LINKS
Paul Tek, Table of n, a(n) for n = 1..10000
Paul Tek, PERL program for this sequence
PROG
(Perl) See Link section.
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Jaroslav Krizek, Sep 13 2013
EXTENSIONS
Corrected by Paul Tek, Sep 19 2013
STATUS
approved