|
| |
|
|
A109681
|
|
"Sloping ternary numbers": write numbers in ternary under each other (right-justified), read diagonals in upward direction, convert to decimal.
|
|
2
| |
|
|
0, 1, 5, 3, 4, 8, 6, 16, 11, 9, 10, 14, 12, 13, 17, 15, 25, 20, 18, 19, 23, 21, 22, 26, 51, 34, 29, 27, 28, 32, 30, 31, 35, 33, 43, 38, 36, 37, 41, 39, 40, 44, 42, 52, 47, 45, 46, 50, 48, 49, 53, 78, 61, 56, 54, 55, 59, 57, 58, 62, 60, 70, 65, 63, 64, 68, 66
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,3
|
|
|
COMMENTS
| All terms are distinct, but certain terms (see A109682) are missing.
|
|
|
EXAMPLE
| ..........0
..........1
..........2
........10
........11
........12
........20
........21
........22
......100
......101
......102
......110
......111
......112
............
The upward-sloping diagonals are:
0
1
12
10
11
22
20
121
102
100
............
giving 0, 1, 5, 3, 4, 8, 6, 16, 11, 9, 10, 14, 12, ...
|
|
|
CROSSREFS
| Cf. A109682 (complement), A109683 (ternary version), A109684.
Cf. A102370(base 2 version), A103205(base 10 version).
Sequence in context: A004494 A193090 A004162 * A196406 A070367 A086308
Adjacent sequences: A109678 A109679 A109680 * A109682 A109683 A109684
|
|
|
KEYWORD
| nonn,nice,easy,base
|
|
|
AUTHOR
| Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Aug 08 2005
|
| |
|
|