login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A131366 Numbers that can be written in decimal representation as sum of distinct repdigits of its digits. 4
1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 22, 24, 33, 36, 44, 48, 55, 66, 77, 88, 99, 108, 109, 111, 112, 119, 122, 123, 124, 125, 148, 152, 153, 159, 167, 168, 174, 185, 186, 197, 198, 216, 217, 218, 219, 222, 224, 244, 246, 248, 251, 261, 263, 285, 294, 296, 324, 326 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A131364(a(n)) > 0; complement of A131365.
LINKS
Eric Weisstein's World of Mathematics, Repdigit
PROG
(Haskell)
import Data.List (findIndices)
a131366 n = a131366_list !! (n-1)
a131366_list = tail $ findIndices (> 0) a131364_list
-- Reinhard Zumkeller, Dec 10 2011
CROSSREFS
Cf. A061276.
Sequence in context: A361181 A239087 A095227 * A061487 A106000 A267215
KEYWORD
nonn,base
AUTHOR
Reinhard Zumkeller, Jul 03 2007
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 12 18:44 EDT 2024. Contains 375113 sequences. (Running on oeis4.)