OFFSET
1,2
COMMENTS
a(1) = 1, and for n > 1 a(n) is the smallest integer not yet present in the sequence with digital sum a substring of the decimal digits of a(n-1).
LINKS
Charles R Greathouse IV, Table of n, a(n) for n=1..10000
Eric Angelini, Visible DigitSums (sequence T)
E. Angelini, Visible DigitSums [Cached copy, with permission]
EXAMPLE
a(1) is 1, so a(2) must have digital sum 1, so a(2) = 10 (1 is already in the sequence). a(3) must then have digital sum 1, 0, or 10, so a(3) = 19. a(4) must have digital sum 1, 9, or 19 and so a(4) = 9.
CROSSREFS
KEYWORD
AUTHOR
Charles R Greathouse IV and Eric Angelini, Mar 01 2010
STATUS
approved