Consider a number x as a concatenation of two integers, a and b: x = concat(a,b). Take their sum and repeat the process deleting the minimum number and adding the previous sum. The sequence lists the numbers that after some iterations reach a sum equal to themselves.

A248134

Consider a number x as a concatenation of two integers, a and b: x = concat(a,b). Take their sum and repeat the process deleting the minimum number and adding the previous sum. The sequence lists the numbers that after some iterations reach a sum equal to themselves.

Terms

    a(0) =14a(1) =19a(2) =21a(3) =28a(4) =42a(5) =47a(6) =63a(7) =84a(8) =105a(9) =126a(10) =147a(11) =149a(12) =168a(13) =189a(14) =199a(15) =298a(16) =323a(17) =497a(18) =646a(19) =795a(20) =911a(21) =969a(22) =1292a(23) =1499a(24) =1822a(25) =1999a(26) =2087a(27) =2733a(28) =2998a(29) =3089

External references