a(n) is the string of integers S(n) concatenated together with no commas, where S(1)=1; for even n, S(n) = S(n-1),n; and for odd n>1, S(n) is obtained by adding 1 to every entry of S(n-1) and appending 1.
A171093
a(n) is the string of integers S(n) concatenated together with no commas, where S(1)=1; for even n, S(n) = S(n-1),n; and for odd n>1, S(n) is obtained by adding 1 to every entry of S(n-1) and appending 1.
Terms
- a(0) =1a(1) =12a(2) =231a(3) =2314a(4) =34251a(5) =342516a(6) =4536271a(7) =45362718a(8) =564738291a(9) =56473829110
External references
- oeis: A171093