Append three digits, each increasing by one modulo 10 from the last digit of the nonnegative integers. 0 -> 123, 1 -> 1234 2 -> 2345, ... , 9 -> 9012, 10 -> 10123, etc.

A167231

Append three digits, each increasing by one modulo 10 from the last digit of the nonnegative integers. 0 -> 123, 1 -> 1234 2 -> 2345, ... , 9 -> 9012, 10 -> 10123, etc.

Terms

    a(0) =123a(1) =1234a(2) =2345a(3) =3456a(4) =4567a(5) =5678a(6) =6789a(7) =7890a(8) =8901a(9) =9012a(10) =10123a(11) =11234a(12) =12345a(13) =13456a(14) =14567a(15) =15678a(16) =16789a(17) =17890a(18) =18901a(19) =19012a(20) =20123a(21) =21234a(22) =22345a(23) =23456a(24) =24567a(25) =25678a(26) =26789a(27) =27890a(28) =28901a(29) =29012

External references