cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A105269 "Long" prime Roman numerals. Smallest prime whose Roman numeral representation has n characters.

Original entry on oeis.org

5, 2, 3, 13, 23, 37, 83, 233, 283, 383, 887, 2383, 2887
Offset: 1

Views

Author

Jonathan Vos Post, Apr 16 2005

Keywords

Comments

Finite because of ambiguity of representation for n > 3999. This is the prime version of the sequence A036746 defined by John H. Conway.

Examples

			5=V, 2=II, 3=III, 13 = XIII, 23 = XXIII, 37 = XXXVIII, 83 = LXXXIII, 233 = CCXXXIII, 283 = CLXXXIII, 383 = CCCLXXXIII, 887 = DCCCLXXXVII, 2383 = MMCCCLXXXIII, 2887 = MMDCCCLXXXVII.
		

Crossrefs

Formula

a(n) = Min(k in A000040) such that A006968(k) = n.