|
| |
|
|
A086772
|
|
Store the natural numbers in a triangular array such that values on each row have the same number of bits. Start a new row with the smallest number not yet recorded. a(n) represents the initial terms in the resulting array.
|
|
0
| |
|
|
0, 1, 3, 4, 7, 9, 15, 21, 24, 31, 41, 45, 63, 64, 72, 74, 83, 94, 127, 139, 140, 173, 180
(list; table; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,3
|
|
|
COMMENTS
| A067576 describes the sequences with a fixed number of binary bits using antidiagonals.
|
|
|
EXAMPLE
| The array begins
0
1 2
3 5 6
4 8 16 32
7 11 13 14 19
9 10 12 17 18 20
15 23 27 29 30 39 43
...
so the initial terms are 0 1 3 4 7 9 15 ...
|
|
|
CROSSREFS
| Cf. A000079, A018900, A014311, A014312, A014313, A023688, A023689, A023690, A023691.
Sequence in context: A069183 A119907 A158911 * A169898 A086336 A108796
Adjacent sequences: A086769 A086770 A086771 * A086773 A086774 A086775
|
|
|
KEYWORD
| nonn,tabl
|
|
|
AUTHOR
| Alford Arnold (alford1940(AT)aol.com), Aug 03 2003
|
| |
|
|