646464
domain: N
Appears in sequences
- Consider a decimal number of k>=2 digits x = d_(k)*10^(k-1) + d_(k-1)*10^(k-2) + … + d_(2)*10 + d_(1) and the transform T(x)-> (d_(k)+d_(k-1) mod 10)*10^(k-1) + (d_(k-1)+d_(k-2) mod 10)*10^(k-2) + … + (d_(2)+d_(1) mod 10)*10 + (d_(1)+d(k) mod 10). Sequence lists the numbers x such that T(x)=0.at n=41A243994
- Number of length 4+3 0..n arrays with every four consecutive terms having the maximum of some two terms equal to the minimum of the remaining two terms.at n=14A249710
- Numbers k such that the infinite sequence of digits consisting of the final digit of k^m for m = 2, 3, 4, ... is the same as the sequence of digits obtained by concatenating infinitely many copies of k.at n=27A344555