login
A136317
a(n) integers with digit sum a(n); a(n+1) is the smallest integer > a(n).
1
1, 2, 11, 29, 38, 47, 56, 65, 74, 83, 92, 119, 128, 137, 2999, 3899, 3989, 3998, 4799, 4889, 4898, 4979, 4988, 4997, 5699, 5789, 5798, 5879, 5888, 5897, 5969, 5978, 5987, 5996, 6599, 6689, 6698, 6779, 6788, 6797, 6869, 6878, 6887, 29999
OFFSET
1,2
COMMENTS
A self-describing sequence (from the digit sum point of view).
LINKS
John Cerkan, Python 2.7 program
Eric Weisstein's World of Mathematics, Digit Sum
EXAMPLE
The two number-columns hereunder are the sequence itself:
1 integer with digit sum 1 followed by
2 integers with digit sum 2 followed by
11 integers with digit sum 11 followed by
29 integers with digit sum 29 followed by
38 integers with digit sum 38 followed by
47 integers with digit sum 47, etc.
CROSSREFS
Sequence in context: A213521 A192361 A213522 * A090389 A061238 A046500
KEYWORD
base,easy,nonn,uned
AUTHOR
Eric Angelini, Mar 24 2008
EXTENSIONS
a(28) inserted by John Cerkan, Jun 06 2017
STATUS
approved