Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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
OFFSET
1,1
COMMENTS
A131364(a(n)) = 0; complement of A131366.
LINKS
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: A144814 A241174 A092887 * A241144 A102362 A327270
KEYWORD
nonn,base
AUTHOR
Reinhard Zumkeller, Jul 03 2007
STATUS
approved