To get a(m), replace each digit of a(m-1) with the sum of all digits to the left of that digit.
A110403
To get a(m), replace each digit of a(m-1) with the sum of all digits to the left of that digit.
Terms
- a(0) =11a(1) =12a(2) =13a(3) =14a(4) =15a(5) =16a(6) =17a(7) =18a(8) =19a(9) =110a(10) =122a(11) =135a(12) =149a(13) =1514a(14) =16711a(15) =17141516
External references
- oeis: A110403