login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A120433 Numbers n with property that Roman numeral for n uses the subtractive notation. 1
4, 9, 14, 19, 24, 29, 34, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 54, 59, 64, 69, 74, 79, 84, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 104, 109, 114, 119, 124, 129, 134, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 154, 159, 164, 169, 174 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Nathaniel Johnston, Table of n, a(n) for n = 1..1952 (complete up to 3999)

MAPLE

with(StringTools): for n from 1 to 300 do r:=convert(n, roman): if(Search("IV", r)>0 or Search("IX", r)>0 or Search("XL", r)>0 or Search("XC", r)>0 or Search("CD", r)>0 or Search("CM", r)>0)then printf("%d, ", n): fi: od: # Nathaniel Johnston, May 18 2011

CROSSREFS

Sequence in context: A131280 A197878 A190086 * A172324 A016897 A189517

Adjacent sequences:  A120430 A120431 A120432 * A120434 A120435 A120436

KEYWORD

base,easy,nonn

AUTHOR

Christian Amet (chr.amet(AT)infonie.fr), Jul 13 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 02:51 EST 2012. Contains 205860 sequences.