A103703 Add 4 to each of the preceding digits, beginning with 1.
1, 5, 9, 13, 5, 7, 9, 11, 13, 5, 5, 5, 7, 9, 9, 9, 11, 13, 13, 13, 5, 5, 5, 7, 5, 7, 5, 7, 9, 9, 9, 11, 9, 11, 9, 11, 13, 13, 13, 5, 5, 13, 5, 5, 13, 5, 5, 5, 7, 5, 7, 5, 7, 9, 9, 5, 7, 9, 9, 5, 7, 9, 9, 9, 11, 9, 11, 9, 11, 13, 13, 9, 11, 13, 13, 9, 11, 13, 13, 13, 5, 5, 13, 5, 5, 13, 5, 5, 5, 7
Offset: 1
Programs
-
Mathematica
Flatten[ NestList[ Function[x, Flatten[ IntegerDigits[x] + 4]], {1}, 22]]