login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A078715 Palindromic Roman numerals. 7

%I #28 Mar 07 2024 08:39:26

%S 1,2,3,5,10,19,20,30,50,100,190,200,300,500,1000,1900,2000,3000

%N Palindromic Roman numerals.

%C This sequence is consistent with the Roman numerals as expressed in the Schildberger link. 4 (usually IV now) could be included in a variant of this sequence as IIII is sometimes used (especially on clock faces). To make this or similar sequences well-defined for numbers larger than 3999, it must be decided whether and how to handle the apostrophus (backward-C), the vinculum (bar), the frame, or even other multiplier notations used at various times in representations of larger Roman numerals. Recalling the "Y2K crisis", will there be a(n even milder) "Y4M crisis"? In particular, is 4000 to be represented as MMMM, (I)(I)(I)(I) (where parentheses are used to represent C and the apostrophus), MV (with vinculum over the V), IV (with vinculum over both I and V) or IIII with vinculum over all four I's? If there is no general agreement, could Roman civilization be at risk (once again)?

%C Indices of terms in A061493 which are also in A002113. - _M. F. Hasler_, Jan 12 2015

%D Encyclopaedia Britannica, 1981 ed., Vol. 11, "Mathematics, History of", p. 647.

%D Webster's Third New International Dictionary (Unabridged), 1976 ed., "Cardinal Numbers Table" and footnotes, p. 1549.

%H Paul Lewis, <a href="http://www.web40571.clarahost.co.uk/roman/front.htm">Roman numerals and calendar</a>

%H Gerard Schildberger, <a href="/A006968/a006968.txt">The first 3999 numbers in Roman numerals</a>

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/RomanNumerals.html">Roman Numerals</a>

%F A136522(A061493(a(n))) = 1. - _Reinhard Zumkeller_, Apr 14 2013

%e I, II, III, V, X, XIX, XX, XXX, L, C, CXC, CC, CCC, D, M, MCM, MM, MMM

%t Select[Range[3000], PalindromeQ[RomanNumeral[#]] &] (* _Paolo Xausa_, Mar 03 2024 *)

%o (Haskell)

%o a078715 n = a078715_list !! (n-1)

%o a078715_list = filter ((== 1) . a136522 . a061493) [1..3999]

%o -- _Reinhard Zumkeller_, Apr 14 2013

%o (PARI) is_A078715(n)=Vecrev(n=Str(A061493(n)))==Vec(n) \\ _M. F. Hasler_, Jan 12 2015

%Y Cf. A061493, A006968 (Roman numerals main entry), A002113 (Palindromic Arabic numerals).

%Y Subsequence of A093703.

%K base,easy,nonn,fini,full

%O 1,2

%A _Rick L. Shepherd_, Dec 19 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 26 21:53 EDT 2024. Contains 372004 sequences. (Running on oeis4.)