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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A131365 Numbers that cannot be written in decimal representation as sum of distinct repdigits of its digits. 3
10, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 49, 50, 51, 52, 53, 54, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 89, 90 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

A131364(a(n)) = 0; complement of A131366.

LINKS

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

PROG

(Haskell)

import Data.List (elemIndices)

a131365 n = a131365_list !! (n-1)

a131365_list = elemIndices 0 a131364_list

-- Reinhard Zumkeller, Dec 10 2011

CROSSREFS

Sequence in context: A087392 A144814 A092887 * A102362 A070837 A188643

Adjacent sequences:  A131362 A131363 A131364 * A131366 A131367 A131368

KEYWORD

nonn,base

AUTHOR

Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Jul 03 2007

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 15 20:03 EST 2012. Contains 205852 sequences.