OFFSET
1,1
LINKS
David Consiglio, Jr., Table of n, a(n) for n = 1..3999
David Consiglio, Jr., Python program
EXAMPLE
For n=9, IX gives one 1 and one 10, so a(9) = 11110.
MATHEMATICA
f[n_] := Block[{w = RomanNumeral@ n}, FromDigits@ Flatten[IntegerDigits /@ {Length@ #, FromRomanNumeral@ First@ #} & /@ Split@ StringPartition[w, 1]]]; Array[f, {36}] (* Michael De Vlieger, Oct 13 2015, Version 10.2 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Saiichi Shayan Hashimoto (drako3759(AT)gmail.com), Aug 09 2010
EXTENSIONS
a(9) and a(19) corrected by David Consiglio, Jr., Oct 12 2015
More terms from David Consiglio, Jr., Oct 12 2015
STATUS
approved