|
| |
|
|
A036743
|
|
Numbers <= 3999 sorted in Roman numeral reverse lexicographic order.
|
|
2
| |
|
|
38, 37, 36, 35, 39, 34, 33, 32, 31, 30, 28, 27, 26, 25, 29, 24, 23, 22, 21, 20, 18, 17, 16, 15, 48, 47, 46, 45, 49, 44, 43, 42, 41, 40, 19, 14, 13, 12, 11, 98, 97, 96, 95, 99, 94, 93, 92, 91, 90, 10, 8, 7, 6, 5, 1038, 1037, 1036, 1035, 1039, 1034, 1033, 1032
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
LINKS
| Nathaniel Johnston, Table of n, a(n) for n = 1..3999 (full sequence)
|
|
|
MAPLE
| A036743 := sort([seq(convert(n, roman), n=1..3999)], not lexorder): seq(convert(A036743[n], arabic), n=1..62); # Nathaniel Johnston, May 18 2011
|
|
|
CROSSREFS
| Cf. A036742.
Sequence in context: A070725 A022994 A023480 * A165859 A031958 A056027
Adjacent sequences: A036740 A036741 A036742 * A036744 A036745 A036746
|
|
|
KEYWORD
| easy,fini,nonn
|
|
|
AUTHOR
| David W. Wilson (davidwwilson(AT)comcast.net)
|
| |
|
|