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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A011540 Numbers that contain a 0. 17
0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 120, 130, 140, 150, 160, 170, 180, 190, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 301, 302 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Complement of A052382.

A168046(a(n)) = 1; A055640(a(n)) = 0; A055641(a(n)) > 0; subsequence of A188643. [Reinhard Zumkeller, Apr 07 2011]

LINKS

Reinhard Zumkeller, Table of n, a(n) for n = 1..10000

MATHEMATICA

Select[Range[300], DigitCount[#, 10, 0] > 0 &] (* From Alonso del Arte, Mar 10 2011 *)

PROG

(Haskell)

a011540 n = a011540_list !! (n-1)

a011540_list = filter ((== 0) . a168046) [0..]

-- Reinhard Zumkeller, Apr 07 2011

(PARI) is(n)=!vecsort(eval(Vec(Str(n))), , 8)[1] \\ Charles R Greathouse IV, Aug 09 2011

CROSSREFS

Subsequence of A192825.

Sequence in context: A044895 A156819 A139079 * A098394 A057169 A201014

Adjacent sequences:  A011537 A011538 A011539 * A011541 A011542 A011543

KEYWORD

nonn,base

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

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 09:27 EST 2012. Contains 205904 sequences.