A103699 Add 8 to each of the preceding digits, beginning with 0.
0, 8, 16, 9, 14, 17, 9, 12, 9, 15, 17, 9, 10, 17, 9, 13, 9, 15, 17, 9, 8, 9, 15, 17, 9, 11, 17, 9, 13, 9, 15, 17, 16, 17, 9, 13, 9, 15, 17, 9, 9, 9, 15, 17, 9, 11, 17, 9, 13, 9, 15, 9, 14, 9, 15, 17, 9, 11, 17, 9, 13, 9, 15, 17, 17, 17, 9, 13, 9, 15, 17, 9, 9, 9, 15, 17, 9, 11, 17, 9, 13, 17
Offset: 0
Programs
-
Mathematica
Flatten[ NestList[ Function[x, Flatten[ IntegerDigits[x] + 8]], {0}, 9]]