a(n) = concatenate n consecutive integers, starting with the last number of the previous batch.

A279610

a(n) = concatenate n consecutive integers, starting with the last number of the previous batch.

Terms

    a(0) =1a(1) =12a(2) =234a(3) =4567a(4) =7891011a(5) =111213141516

External references