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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A119247 Numbers not containing their digital root in decimal representation. 2
11, 12, 13, 14, 15, 16, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 31, 32, 33, 34, 35, 36, 37, 38, 41, 42, 43, 44, 45, 46, 47, 48, 51, 52, 53, 54, 55, 56, 57, 58, 61, 62, 63, 64, 65, 66, 67, 68, 71, 72, 73, 74, 75, 76, 77, 78, 81, 82, 83, 84, 85, 86, 87, 88, 101 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Complement of A119246.

LINKS

Nathaniel Johnston, Table of n, a(n) for n = 1..10000

Eric Weisstein's World of Mathematics, Digital Root

MAPLE

A119247 := proc(n) option remember: local k: if(n=1)then return 11:fi: for k from procname(n-1)+1 do if(not ((k-1) mod 9) + 1 in convert(convert(k, base, 10), set))then return k: fi: od: end: seq(A119247(n), n=1..65); # Nathaniel Johnston, May 05 2011

CROSSREFS

Cf. A010888.

Sequence in context: A070255 A162672 A110403 * A138595 A192271 A185300

Adjacent sequences:  A119244 A119245 A119246 * A119248 A119249 A119250

KEYWORD

nonn,easy,base

AUTHOR

Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), May 10 2006

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 14 13:08 EST 2012. Contains 205623 sequences.