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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A096844 Numbers where 0 is the only even decimal digit. 2
0, 10, 30, 50, 70, 90, 100, 101, 103, 105, 107, 109, 110, 130, 150, 170, 190, 300, 301, 303, 305, 307, 309, 310, 330, 350, 370, 390, 500, 501, 503, 505, 507, 509, 510, 530, 550, 570, 590, 700, 701, 703, 705, 707, 709, 710, 730, 750, 770, 900, 901, 903, 905 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

This is a regular language in base 10. [Charles R Greathouse IV, Oct 05 2011]

PROG

(Perl) for (0..1000) {

    print "$_, " if (/^[013579]*0[013579]*$/)

} # Charles R Greathouse IV, Oct 05 2011

CROSSREFS

Sequence in context: A034117 A104863 A027183 * A031299 A124164 A104044

Adjacent sequences:  A096841 A096842 A096843 * A096845 A096846 A096847

KEYWORD

base,easy,nonn

AUTHOR

Eric Angelini (eric.angelini(AT)kntv.be), Oct 21 2004

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 10:53 EST 2012. Contains 205904 sequences.