OFFSET
1,1
COMMENTS
In this sequence Roman numerals are limited to k <= 3999. - Sean A. Irvine, Dec 04 2022
LINKS
Maxim Skorohodov, Table of n, a(n) for n = 1..3999
MATHEMATICA
A003588full = FromRomanNumeral[SortBy[RomanNumeral[Range[3999]], StringLength]];
A003588full[[;; 100]] (* Paolo Xausa, Mar 19 2024 *)
PROG
(PARI) (Roman(n, s=Vecsmall("IVXLCDM"))=Strchr(apply(c->s[c-48], Vec(Vecsmall(Str(A061493(n))))))); vecsort(vector(4000, n, [#t=Roman(n), t]), , 1)[1..100] \\ M. F. Hasler, Jan 12 2015
CROSSREFS
KEYWORD
AUTHOR
N. J. A. Sloane, J. H. Conway and John Jackson (ab158(AT)freenet.uchsc.edu)
EXTENSIONS
Corrected, edited and extended by M. F. Hasler, Jan 12 2015
STATUS
approved