login
A118639
Smallest number expressible using the next Roman-numeral symbol under the vinculum system.
0
1, 4, 9, 40, 90, 400, 900, 4000, 9000, 40000, 90000, 400000, 900000
OFFSET
1,2
EXAMPLE
a(1) = I (first usage of I);
a(2) = IV (first usage of V);
a(3) = IX (first usage of X);
a(4) = XL (first usage of L);
a(5) = XC (first usage of C);
a(6) = CD (first usage of D);
a(7) = CM (first usage of M).
CROSSREFS
Sequence in context: A149157 A149158 A142239 * A149159 A149160 A149161
KEYWORD
easy,nonn,base,fini,full
AUTHOR
Greg Huber, May 09 2006
STATUS
approved