login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A003588
Roman numerals with 1 letter, in alphabetical order; then those with 2 letters, etc.
3
100, 500, 1, 50, 1000, 5, 10, 200, 400, 101, 150, 900, 105, 110, 600, 501, 550, 505, 510, 2, 4, 9, 51, 55, 60, 1100, 1500, 1001, 1050, 2000, 1005, 1010, 6, 90, 11, 40, 15, 20, 300, 201, 250, 205, 210, 401, 450, 405, 410, 102, 104, 109, 151, 155, 160, 901, 950, 905, 910, 106
OFFSET
1,1
COMMENTS
In this sequence Roman numerals are limited to k <= 3999. - Sean A. Irvine, Dec 04 2022
LINKS
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
nonn,base,fini,full,look
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