Let an integer with k+1 digits as n = d(k)*10^k + d(k-1)*10^(k-1) + ... + d(0)*10^0 and consider the transform T(n) = k*10^d(k) + (k-1)*10^d(k-1) + ... + 0*10^d(0). a(n) gives the fixed points of the transform T(n).
A226767
Let an integer with k+1 digits as n = d(k)*10^k + d(k-1)*10^(k-1) + ... + d(0)*10^0 and consider the transform T(n) = k*10^d(k) + (k-1)*10^d(k-1) + ... + 0*10^d(0). a(n) gives the fixed points of the transform T(n).
Terms
- a(0) =0a(1) =10a(2) =120a(3) =201a(4) =210a(5) =1032a(6) =1230a(7) =2301a(8) =2310a(9) =3003a(10) =3012a(11) =3120a(12) =3201a(13) =3210a(14) =10045a(15) =10243a(16) =12340a(17) =13042a(18) =13240a(19) =20404a(20) =20413a(21) =21430a(22) =23401a(23) =23410a(24) =34003a(25) =34012a(26) =34120a(27) =34201a(28) =34210a(29) =40006
External references
- oeis: A226767