146100
domain: N
Appears in sequences
- For a number k of length L, let f(k) be the sum of the products of the first i digits of k multiplied by the last L-i digits, for i from 1 to L-1, e.g., f(1234) = 1*234 + 12*34 + 123*4 = 1134. Sequence gives k such that f(k) = k.at n=12A065759
- Numbers n which divide the periodic part (with zeros at end) of the decimal expansion of 1/n.at n=28A179267
- Partition the j digits of n into blocks of k, with 1 <= k <= j-1, starting at right and multiply. Sum of these numbers equals n.at n=16A275170