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!)
A180083 Smallest n such that digit sum of n > previous term. 1
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 19, 299, 3999999999999999999999999999999999 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
a(14) has 444444444444444444444444444444445 digits and is too large to include. - Arkadiusz Wesolowski, Feb 17 2011
LINKS
EXAMPLE
8 is followed by 9 because 9 is the lowest number with a digit sum > 8.
9 is followed by 19 because 19 is the lowest number with a digit sum (1 + 9 = 10) > 9.
MATHEMATICA
f[s_List] := Block[{k = prev = s[[ -1]]}, While[ prev >= Plus @@ IntegerDigits@ k, k++ ]; Append[s, k]]; Nest[ f, {0}, 11] (* Robert G. Wilson v, Aug 15 2010 *)
CROSSREFS
Cf. A006050. - Robert G. Wilson v, Aug 15 2010
Sequence in context: A247227 A048410 A341161 * A345142 A275775 A358129
KEYWORD
more,nonn,base
AUTHOR
Dominick Cancilla, Aug 09 2010
EXTENSIONS
a(13) from Robert G. Wilson v, Aug 15 2010
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 April 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)