1098765432
domain: N
Appears in sequences
- Smallest multiple of n starting with 1 with descending digit string (a left substring of 10987654321098...), 0 if no such number exists.at n=7A069886
- Smallest multiple of n starting with 1 with descending digit string (a left substring of 10987654321098...), 0 if no such number exists.at n=11A069886
- a(n) = floor(concatenation of n down to 1 divided by n).at n=9A078192
- a(n) is the (n+1)-digit number in which the first digit is 1 and the subsequent digits increase by steps of n (mod 10).at n=8A085938
- Pandigital numbers n with at least 4 nontrivial anagrams divisible by n.at n=6A167476
- a(n) = ((9*n + 8)*10^n - 8)/81.at n=9A294328