OFFSET
1,1
LINKS
David A. Corneth, Table of n, a(n) for n = 1..10000
EXAMPLE
44 is in sequence because list of divisors of 44: (1, 2, 4, 11, 22, 44) contains 3 distinct digits (1, 2, 4).
PROG
(Excel) [Row n = 1 …10000; Column A: A(n) = A095048(n); Column B: B(n) = IF(A(n)=3; A(n)); Arrangement of column B]
CROSSREFS
Sequences of numbers n such that list of divisors of n contains k distinct digits for 1 <= k <= 10: k = 1: A243534; k = 2: A243535; k = 3: A243536; k = 4: A243537; k = 5: A243538; k = 6: A243539; k = 7: A243540; k = 8: A243541; k = 9: A243542; k = 10: A095050.
Cf. A243543 (the smallest number m whose list of divisors contains n distinct digits).
KEYWORD
nonn,base
AUTHOR
Jaroslav Krizek, Jun 13 2014
STATUS
approved