Consider the digit reverse of a number x. Take the sum of these digits and repeat the process deleting the first addend and adding the previous sum. The sequence lists the numbers that after some iterations reach a sum equal to x.

A289868

Consider the digit reverse of a number x. Take the sum of these digits and repeat the process deleting the first addend and adding the previous sum. The sequence lists the numbers that after some iterations reach a sum equal to x.

Terms

    a(0) =0a(1) =1a(2) =2a(3) =3a(4) =4a(5) =5a(6) =6a(7) =7a(8) =8a(9) =9a(10) =17a(11) =21a(12) =25a(13) =42a(14) =63a(15) =84a(16) =143a(17) =286a(18) =2355a(19) =5821a(20) =6618a(21) =11709a(22) =12482a(23) =33747a(24) =39571a(25) =129109a(26) =466957a(27) =1162248a(28) =1565166a(29) =1968084

External references