A131480 Minimal set of prime-strings in Roman numerals.
2, 5, 11, 59, 101, 509, 1009, 1051, 3001
Offset: 1
Examples
a(4) = 59 because it is a prime number and in Roman numerals it's written LIX (all the substrings are composite or not prime: L, LI, LX, I, IX, X).
Crossrefs
Cf. A071062, minimal set of prime-strings in base 10.
Comments