Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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
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: A249280 A022994 A023480 * A274301 A165859 A341708
KEYWORD
easy,fini,full,nonn
STATUS
approved